#FDC3D4

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

Shades of Pink Lace #FDC3D4

Tints of Pink Lace #FDC3D4

Color information

#FDC3D4 (or 0xFDC3D4) is unknown color: approx Pink Lace. HEX triplet: FD, C3 and D4. RGB value is (253,195,212). Sum of RGB (Red+Green+Blue) = 253+195+212=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 195 (76.56% from 255 or 29.55% from 660); Blue value is 212 (83.20% from 255 or 32.12% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3D4 is #023C2B. Grayscale: #D6D6D6. Windows color (decimal): -146476 or 13943805. OLE color: 13943805.

HSL color Cylindrical-coordinate representation of color #FDC3D4: hue angle of 342.41º degrees, saturation: 0.94, 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 #FDC3D4 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB253195212-
CMYK00.230.160.01
HSL342.41º93.55%87.84%-
HSV(B)342.41º22.92%99.22%-
XYZ71.9164.6770.98-
YUV214.28126.72155.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.33%
GREEN value IS 195 (76.56% from 255) = 29.55%
BLUE value IS 212 (83.20% from 255) = 32.12%
R=38.33%
G=29.55%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319521200.230.160.01342.4193.5587.84
HexFDC3D40171011565e58
Octal375303324027201526136130
Binary11111101110000111101010001011110000110101011010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC3D4; }

 p { color: rgb(253,195,212); }

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

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

 a { background-color: rgb(253,195,212); }

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

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

 span { border-color: rgb(253,195,212); }

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