#FDCBD6

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

Shades of Pink Lace #FDCBD6

Tints of Pink Lace #FDCBD6

Color information

#FDCBD6 (or 0xFDCBD6) is unknown color: approx Pink Lace. HEX triplet: FD, CB and D6. RGB value is (253,203,214). Sum of RGB (Red+Green+Blue) = 253+203+214=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBD6 is #023429. Grayscale: #DBDBDB. Windows color (decimal): -144426 or 14076925. OLE color: 14076925.

HSL color Cylindrical-coordinate representation of color #FDCBD6: hue angle of 346.8º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCBD6 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB253203214-
CMYK00.200.150.01
HSL346.8º92.59%89.41%-
HSV(B)346.8º19.76%99.22%-
XYZ7468.4572.93-
YUV219.2125.06152.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.76%
GREEN value IS 203 (79.69% from 255) = 30.30%
BLUE value IS 214 (83.98% from 255) = 31.94%
R=37.76%
G=30.30%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320321400.200.150.01346.892.5989.41
HexFDCBD6014F115b5d59
Octal375313326024171533135131
Binary1111110111001011110101100101001111110101101110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCBD6; }

 p { color: rgb(253,203,214); }

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

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

 a { background-color: rgb(253,203,214); }

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

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

 span { border-color: rgb(253,203,214); }

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