#F2B5CF

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

Shades of Lavender Pink #F2B5CF

Tints of Lavender Pink #F2B5CF

Color information

#F2B5CF (or 0xF2B5CF) is unknown color: approx Lavender Pink. HEX triplet: F2, B5 and CF. RGB value is (242,181,207). Sum of RGB (Red+Green+Blue) = 242+181+207=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 181 (71.09% from 255 or 28.73% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B5CF is #0D4A30. Grayscale: #CACACA. Windows color (decimal): -870961 or 13612530. OLE color: 13612530.

HSL color Cylindrical-coordinate representation of color #F2B5CF: hue angle of 334.43º 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 #F2B5CF is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242181207-
CMYK00.250.140.05
HSL334.43º70.11%82.94%-
HSV(B)334.43º25.21%94.9%-
XYZ64.456.4366.53-
YUV202.2130.71156.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.41%
GREEN value IS 181 (71.09% from 255) = 28.73%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=38.41%
G=28.73%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218120700.250.140.05334.4370.1182.94
HexF2B5CF019E514e4653
Octal362265317031165516106123
Binary111100101011010111001111011001111010110100111010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B5CF; }

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

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

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

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

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

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

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

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