#F2B5CE

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

Shades of Lavender Pink #F2B5CE

Tints of Lavender Pink #F2B5CE

Color information

#F2B5CE (or 0xF2B5CE) is unknown color: approx Lavender Pink. HEX triplet: F2, B5 and CE. RGB value is (242,181,206). Sum of RGB (Red+Green+Blue) = 242+181+206=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 181 (71.09% from 255 or 28.78% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5CE is #0D4A31. Grayscale: #CACACA. Windows color (decimal): -870962 or 13546994. OLE color: 13546994.

HSL color Cylindrical-coordinate representation of color #F2B5CE: hue angle of 335.41º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2B5CE is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB242181206-
CMYK00.250.150.05
HSL335.41º70.11%82.94%-
HSV(B)335.41º25.21%94.9%-
XYZ64.2856.3865.89-
YUV202.09130.21156.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.47%
GREEN value IS 181 (71.09% from 255) = 28.78%
BLUE value IS 206 (80.86% from 255) = 32.75%
R=38.47%
G=28.78%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218120600.250.150.05335.4170.1182.94
HexF2B5CE019F514f4653
Octal362265316031175517106123
Binary111100101011010111001110011001111110110100111110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B5CE; }

 p { color: rgb(242,181,206); }

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

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

 a { background-color: rgb(242,181,206); }

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

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

 span { border-color: rgb(242,181,206); }

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