Html Css Color HEX #FCCAD2 Pink Lace

📋 copy color: '#FCCAD2'

red 252 ◦ green 202 ◦ blue 210

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

Shades of Pink Lace #FCCAD2

Tints of Pink Lace #FCCAD2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.42%

 BLUE value IS 210 (82.42% from 255) = 31.63%

R = 37.95%
G = 30.42%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCCAD2 (or 0xFCCAD2) is known color: Pink Lace. HEX triplet: FC, CA and D2. RGB value is (252,202,210). Sum of RGB (Red+Green+Blue) = 252+202+210=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 210 (82.42% from 255 or 31.63% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAD2 is #03352D. Grayscale: #D9D9D9. Windows color (decimal): -210222 or 13814524. OLE color: 13814524.

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

Color convert

RGB 252 202 210 -
CMYK 0 0.20 0.17 0.01
HSL 350.4º 0.89% 0.89% -
HSV(B) 350.4º 0.2% 0.99% -
XYZ 72.9 67.59 70.18 -
YUV 217.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 252 202 210 0 0.20 0.17 0.01 350.4 0.89 0.89
Hex FC CA D2 0 14 11 1 15E 59 59
Octal 374 312 322 0 24 21 1 536 131 131
Binary 11111100 11001010 11010010 0 10100 10001 1 101011110 1011001 1011001

Color Harmonies of #FCCAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAD2

Black with #FCCAD2

Text Example


Text Example

White with #FCCAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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