#FCCDDA

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

Shades of Pink Lace #FCCDDA

Tints of Pink Lace #FCCDDA

Color information

#FCCDDA (or 0xFCCDDA) is unknown color: approx Pink Lace. HEX triplet: FC, CD and DA. RGB value is (252,205,218). Sum of RGB (Red+Green+Blue) = 252+205+218=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDDA is #033225. Grayscale: #DCDCDC. Windows color (decimal): -209446 or 14339580. OLE color: 14339580.

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

Color convert

RGB252205218-
CMYK00.190.130.01
HSL343.4º88.68%89.61%-
HSV(B)343.4º18.65%98.82%-
XYZ74.6369.4275.8-
YUV220.54126.57150.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 205 (80.47% from 255) = 30.37%
BLUE value IS 218 (85.55% from 255) = 32.30%
R=37.33%
G=30.37%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220521800.190.130.01343.488.6889.61
HexFCCDDA013D1157595a
Octal374315332023151527131132
Binary1111110011001101110110100100111101110101011110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDDA; }

 p { color: rgb(252,205,218); }

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

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

 a { background-color: rgb(252,205,218); }

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

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

 span { border-color: rgb(252,205,218); }

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