Html Css Color HEX #FCCAC0 Your Pink

📋 copy color: '#FCCAC0'

red 252 ◦ green 202 ◦ blue 192

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

Shades of Your Pink #FCCAC0

Tints of Your Pink #FCCAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.72%

R = 39.01%
G = 31.27%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCCAC0 (or 0xFCCAC0) is known color: Your Pink. HEX triplet: FC, CA and C0. RGB value is (252,202,192). Sum of RGB (Red+Green+Blue) = 252+202+192=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 192 (75.39% from 255 or 29.72% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAC0 is #03353F. Grayscale: #D7D7D7. Windows color (decimal): -210240 or 12634876. OLE color: 12634876.

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

Color convert

RGB 252 202 192 -
CMYK 0 0.20 0.24 0.01
HSL 10º 0.91% 0.87% -
HSV(B) 10º 0.24% 0.99% -
XYZ 70.78 66.74 59.02 -
YUV 215.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 252 202 192 0 0.20 0.24 0.01 10 0.91 0.87
Hex FC CA C0 0 14 18 1 A 5B 57
Octal 374 312 300 0 24 30 1 12 133 127
Binary 11111100 11001010 11000000 0 10100 11000 1 1010 1011011 1010111

Color Harmonies of #FCCAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAC0

Black with #FCCAC0

Text Example


Text Example

White with #FCCAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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