#FDB1CF

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

Shades of Lavender Pink #FDB1CF

Tints of Lavender Pink #FDB1CF

Color information

#FDB1CF (or 0xFDB1CF) is unknown color: approx Lavender Pink. HEX triplet: FD, B1 and CF. RGB value is (253,177,207). Sum of RGB (Red+Green+Blue) = 253+177+207=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB1CF is #024E30. Grayscale: #CBCBCB. Windows color (decimal): -151089 or 13611517. OLE color: 13611517.

HSL color Cylindrical-coordinate representation of color #FDB1CF: hue angle of 336.32º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB1CF is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB253177207-
CMYK00.300.180.01
HSL336.32º95%84.31%-
HSV(B)336.32º30.04%99.22%-
XYZ67.4956.8366.44-
YUV203.14130.18163.56-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.72%
GREEN value IS 177 (69.53% from 255) = 27.79%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=39.72%
G=27.79%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317720700.300.180.01336.329584.31
HexFDB1CF01E1211505f54
Octal375261317036221520137124
Binary11111101101100011100111101111010010110101000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB1CF; }

 p { color: rgb(253,177,207); }

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

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

 a { background-color: rgb(253,177,207); }

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

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

 span { border-color: rgb(253,177,207); }

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