#F5B5CF

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

Shades of Lavender Pink #F5B5CF

Tints of Lavender Pink #F5B5CF

Color information

#F5B5CF (or 0xF5B5CF) is unknown color: approx Lavender Pink. HEX triplet: F5, B5 and CF. RGB value is (245,181,207). Sum of RGB (Red+Green+Blue) = 245+181+207=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 181 (71.09% from 255 or 28.59% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B5CF is #0A4A30. Grayscale: #CBCBCB. Windows color (decimal): -674353 or 13612533. OLE color: 13612533.

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

Color convert

RGB245181207-
CMYK00.260.160.04
HSL335.62º76.19%83.53%-
HSV(B)335.62º26.12%96.08%-
XYZ65.4456.9766.58-
YUV203.1130.2157.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.70%
GREEN value IS 181 (71.09% from 255) = 28.59%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=38.70%
G=28.59%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518120700.260.160.04335.6276.1983.53
HexF5B5CF01A1041504c54
Octal365265317032204520114124
Binary1111010110110101110011110110101000010010101000010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B5CF; }

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

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

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

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

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

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

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

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