Html Css Color HEX #FCCAD7 Pink Lace

📋 copy color: '#FCCAD7'

red 252 ◦ green 202 ◦ blue 215

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

Shades of Pink Lace #FCCAD7

Tints of Pink Lace #FCCAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.14%

R = 37.67%
G = 30.19%
B = 32.14%

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

#FCCAD7 (or 0xFCCAD7) is known color: Pink Lace. HEX triplet: FC, CA and D7. RGB value is (252,202,215). Sum of RGB (Red+Green+Blue) = 252+202+215=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 215 (84.38% from 255 or 32.14% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAD7 is #033528. Grayscale: #DADADA. Windows color (decimal): -210217 or 14142204. OLE color: 14142204.

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

Color convert

RGB 252 202 215 -
CMYK 0 0.20 0.15 0.01
HSL 344.4º 0.89% 0.89% -
HSV(B) 344.4º 0.2% 0.99% -
XYZ 73.53 67.84 73.51 -
YUV 218.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 252 202 215 0 0.20 0.15 0.01 344.4 0.89 0.89
Hex FC CA D7 0 14 F 1 158 59 59
Octal 374 312 327 0 24 17 1 530 131 131
Binary 11111100 11001010 11010111 0 10100 1111 1 101011000 1011001 1011001

Color Harmonies of #FCCAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAD7

Black with #FCCAD7

Text Example


Text Example

White with #FCCAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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