Html Css Color HEX #FCCAD5 Pink Lace

📋 copy color: '#FCCAD5'

red 252 ◦ green 202 ◦ blue 213

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

Shades of Pink Lace #FCCAD5

Tints of Pink Lace #FCCAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.93%

R = 37.78%
G = 30.28%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCCAD5 (or 0xFCCAD5) is known color: Pink Lace. HEX triplet: FC, CA and D5. RGB value is (252,202,213). Sum of RGB (Red+Green+Blue) = 252+202+213=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAD5 is #03352A. Grayscale: #DADADA. Windows color (decimal): -210219 or 14011132. OLE color: 14011132.

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

Color convert

RGB 252 202 213 -
CMYK 0 0.20 0.15 0.01
HSL 346.8º 0.89% 0.89% -
HSV(B) 346.8º 0.2% 0.99% -
XYZ 73.28 67.74 72.16 -
YUV 218.2 125.07 152.11 -
System Red Green Blue C M Y K H S L
Decimal 252 202 213 0 0.20 0.15 0.01 346.8 0.89 0.89
Hex FC CA D5 0 14 F 1 15B 59 59
Octal 374 312 325 0 24 17 1 533 131 131
Binary 11111100 11001010 11010101 0 10100 1111 1 101011011 1011001 1011001

Color Harmonies of #FCCAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAD5

Black with #FCCAD5

Text Example


Text Example

White with #FCCAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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