#F5B8E0

Color #F5B8E0 Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #F5B8E0

Tints of Lavender Pink #F5B8E0

Color information

#F5B8E0 (or 0xF5B8E0) is unknown color: approx Lavender Pink. HEX triplet: F5, B8 and E0. RGB value is (245,184,224). Sum of RGB (Red+Green+Blue) = 245+184+224=653 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.52% from 653); Green value is 184 (72.27% from 255 or 28.18% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B8E0 is #0A471F. Grayscale: #CECECE. Windows color (decimal): -673568 or 14727413. OLE color: 14727413.

HSL color Cylindrical-coordinate representation of color #F5B8E0: hue angle of 320.66º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5B8E0 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245184224-
CMYK00.250.090.04
HSL320.66º75.31%84.12%-
HSV(B)320.66º24.9%96.08%-
XYZ68.2559.0878.33-
YUV206.8137.71155.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 37.52%
GREEN value IS 184 (72.27% from 255) = 28.18%
BLUE value IS 224 (87.89% from 255) = 34.30%
R=37.52%
G=28.18%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518422400.250.090.04320.6675.3184.12
HexF5B8E0019941414b54
Octal365270340031114501113124
Binary111101011011100011100000011001100110010100000110010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B8E0; }

 p { color: rgb(245,184,224); }

 H1.HeaderClassName
 {
   color: #F5B8E0;
 }
 .AnyTagClassName
 {
   color: #F5B8E0;
 }
</style>
background-color css

<style>
 a { background-color: #F5B8E0; }

 a { background-color: rgb(245,184,224); }

 div.DivClassName
 {
   background-color: #F5B8E0;
 }
 .BgClassName
 {
   background-color: #F5B8E0;
 }
</style>
border-color css

<style>
 span { border-color: #F5B8E0; }

 span { border-color: rgb(245,184,224); }

 td.TdClassName
 {
   border-color: #F5B8E0;
 }
 .TagClassName
 {
   border-color: #F5B8E0;
 }
</style>