#FDCFD9

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

Shades of Pink Lace #FDCFD9

Tints of Pink Lace #FDCFD9

Color information

#FDCFD9 (or 0xFDCFD9) is unknown color: approx Pink Lace. HEX triplet: FD, CF and D9. RGB value is (253,207,217). Sum of RGB (Red+Green+Blue) = 253+207+217=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFD9 is #023026. Grayscale: #DDDDDD. Windows color (decimal): -143399 or 14274557. OLE color: 14274557.

HSL color Cylindrical-coordinate representation of color #FDCFD9: hue angle of 346.96º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDCFD9 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253207217-
CMYK00.180.140.01
HSL346.96º92%90.2%-
HSV(B)346.96º18.18%99.22%-
XYZ75.3570.5275.29-
YUV221.89125.24150.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.37%
GREEN value IS 207 (81.25% from 255) = 30.58%
BLUE value IS 217 (85.16% from 255) = 32.05%
R=37.37%
G=30.58%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320721700.180.140.01346.969290.2
HexFDCFD9012E115b5c5a
Octal375317331022161533134132
Binary1111110111001111110110010100101110110101101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFD9; }

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

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

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

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

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

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

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

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