#FDCFDA

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

Shades of Pink Lace #FDCFDA

Tints of Pink Lace #FDCFDA

Color information

#FDCFDA (or 0xFDCFDA) is unknown color: approx Pink Lace. HEX triplet: FD, CF and DA. RGB value is (253,207,218). Sum of RGB (Red+Green+Blue) = 253+207+218=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFDA is #023025. Grayscale: #DEDEDE. Windows color (decimal): -143398 or 14340093. OLE color: 14340093.

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

Color convert

RGB253207218-
CMYK00.180.140.01
HSL345.65º92%90.2%-
HSV(B)345.65º18.18%99.22%-
XYZ75.4870.5775.97-
YUV222.01125.74150.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.32%
GREEN value IS 207 (81.25% from 255) = 30.53%
BLUE value IS 218 (85.55% from 255) = 32.15%
R=37.32%
G=30.53%
B=32.15%

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
Decimal25320721800.180.140.01345.659290.2
HexFDCFDA012E115a5c5a
Octal375317332022161532134132
Binary1111110111001111110110100100101110110101101010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFDA; }

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

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

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

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

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

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

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

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