#FDC4D7

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

Shades of Pink Lace #FDC4D7

Tints of Pink Lace #FDC4D7

Color information

#FDC4D7 (or 0xFDC4D7) is unknown color: approx Pink Lace. HEX triplet: FD, C4 and D7. RGB value is (253,196,215). Sum of RGB (Red+Green+Blue) = 253+196+215=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 196 (76.95% from 255 or 29.52% from 664); Blue value is 215 (84.38% from 255 or 32.38% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4D7 is #023B28. Grayscale: #D7D7D7. Windows color (decimal): -146217 or 14140669. OLE color: 14140669.

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

Color convert

RGB253196215-
CMYK00.230.150.01
HSL340º93.44%88.04%-
HSV(B)340º22.53%99.22%-
XYZ72.5165.2773.07-
YUV215.21127.88154.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.10%
GREEN value IS 196 (76.95% from 255) = 29.52%
BLUE value IS 215 (84.38% from 255) = 32.38%
R=38.10%
G=29.52%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319621500.230.150.0134093.4488.04
HexFDC4D7017F11545d58
Octal375304327027171524135130
Binary1111110111000100110101110101111111110101010010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC4D7; }

 p { color: rgb(253,196,215); }

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

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

 a { background-color: rgb(253,196,215); }

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

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

 span { border-color: rgb(253,196,215); }

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