Html Css Color HEX #FCCCD3 Pink Lace

📋 copy color: '#FCCCD3'

red 252 ◦ green 204 ◦ blue 211

#FCCCD3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lace #FCCCD3

Tints of Pink Lace #FCCCD3

RGB

 RED value IS 252 (98.83% from 255) = 37.78%

 GREEN value IS 204 (80.08% from 255) = 30.58%

 BLUE value IS 211 (82.81% from 255) = 31.63%

R = 37.78%
G = 30.58%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCCCD3 (or 0xFCCCD3) is known color: Pink Lace. HEX triplet: FC, CC and D3. RGB value is (252,204,211). Sum of RGB (Red+Green+Blue) = 252+204+211=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 211 (82.81% from 255 or 31.63% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCD3 is #03332C. Grayscale: #DBDBDB. Windows color (decimal): -209709 or 13880572. OLE color: 13880572.

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

Color convert

RGB 252 204 211 -
CMYK 0 0.19 0.16 0.01
HSL 351.25º 0.89% 0.89% -
HSV(B) 351.25º 0.19% 0.99% -
XYZ 73.5 68.58 70.99 -
YUV 219.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 252 204 211 0 0.19 0.16 0.01 351.25 0.89 0.89
Hex FC CC D3 0 13 10 1 15F 59 59
Octal 374 314 323 0 23 20 1 537 131 131
Binary 11111100 11001100 11010011 0 10011 10000 1 101011111 1011001 1011001

Color Harmonies of #FCCCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCD3

Black with #FCCCD3

Text Example


Text Example

White with #FCCCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCD3; }

 p { color: rgb(252,204,211); }

 H1.HeaderClassName
 {
   color: #FCCCD3;
 }
 .AnyTagClassName
 {
   color: #FCCCD3;
 }
</style>

background-color css

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

 a { background-color: rgb(252,204,211); }

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

border-color css

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

 span { border-color: rgb(252,204,211); }

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