#FCCBD2

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

Shades of Pink Lace #FCCBD2

Tints of Pink Lace #FCCBD2

Color information

#FCCBD2 (or 0xFCCBD2) is unknown color: approx Pink Lace. HEX triplet: FC, CB and D2. RGB value is (252,203,210). Sum of RGB (Red+Green+Blue) = 252+203+210=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 210 (82.42% from 255 or 31.58% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBD2 is #03342D. Grayscale: #DADADA. Windows color (decimal): -209966 or 13814780. OLE color: 13814780.

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

Color convert

RGB252203210-
CMYK00.190.170.01
HSL351.43º89.09%89.22%-
HSV(B)351.43º19.44%98.82%-
XYZ73.1368.0670.26-
YUV218.45123.23151.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.89%
GREEN value IS 203 (79.69% from 255) = 30.53%
BLUE value IS 210 (82.42% from 255) = 31.58%
R=37.89%
G=30.53%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220321000.190.170.01351.4389.0989.22
HexFCCBD201311115f5959
Octal374313322023211537131131
Binary11111100110010111101001001001110001110101111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBD2; }

 p { color: rgb(252,203,210); }

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

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

 a { background-color: rgb(252,203,210); }

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

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

 span { border-color: rgb(252,203,210); }

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