#FDCFD8

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

Shades of Pink Lace #FDCFD8

Tints of Pink Lace #FDCFD8

Color information

#FDCFD8 (or 0xFDCFD8) is unknown color: approx Pink Lace. HEX triplet: FD, CF and D8. RGB value is (253,207,216). Sum of RGB (Red+Green+Blue) = 253+207+216=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 216 (84.77% from 255 or 31.95% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFD8 is #023027. Grayscale: #DDDDDD. Windows color (decimal): -143400 or 14209021. OLE color: 14209021.

HSL color Cylindrical-coordinate representation of color #FDCFD8: hue angle of 348.26º 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 #FDCFD8 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB253207216-
CMYK00.180.150.01
HSL348.26º92%90.2%-
HSV(B)348.26º18.18%99.22%-
XYZ75.2270.4774.6-
YUV221.78124.74150.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.43%
GREEN value IS 207 (81.25% from 255) = 30.62%
BLUE value IS 216 (84.77% from 255) = 31.95%
R=37.43%
G=30.62%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320721600.180.150.01348.269290.2
HexFDCFD8012F115c5c5a
Octal375317330022171534134132
Binary1111110111001111110110000100101111110101110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFD8; }

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

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

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

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

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

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

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

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