Html Css Color HEX #FCCACE Pink

📋 copy color: '#FCCACE'

red 252 ◦ green 202 ◦ blue 206

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

Shades of Pink #FCCACE

Tints of Pink #FCCACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.21%

R = 38.18%
G = 30.61%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCCACE (or 0xFCCACE) is known color: Pink. HEX triplet: FC, CA and CE. RGB value is (252,202,206). Sum of RGB (Red+Green+Blue) = 252+202+206=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCACE is #033531. Grayscale: #D9D9D9. Windows color (decimal): -210226 or 13552380. OLE color: 13552380.

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

Color convert

RGB 252 202 206 -
CMYK 0 0.20 0.18 0.01
HSL 355.2º 0.89% 0.89% -
HSV(B) 355.2º 0.2% 0.99% -
XYZ 72.41 67.39 67.58 -
YUV 217.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 252 202 206 0 0.20 0.18 0.01 355.2 0.89 0.89
Hex FC CA CE 0 14 12 1 163 59 59
Octal 374 312 316 0 24 22 1 543 131 131
Binary 11111100 11001010 11001110 0 10100 10010 1 101100011 1011001 1011001

Color Harmonies of #FCCACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCACE

Black with #FCCACE

Text Example


Text Example

White with #FCCACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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