Html Css Color HEX #FCCAC8 Coral Candy

📋 copy color: '#FCCAC8'

red 252 ◦ green 202 ◦ blue 200

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

Shades of Coral Candy #FCCAC8

Tints of Coral Candy #FCCAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 30.58%

R = 38.53%
G = 30.89%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCCAC8 (or 0xFCCAC8) is known color: Coral Candy. HEX triplet: FC, CA and C8. RGB value is (252,202,200). Sum of RGB (Red+Green+Blue) = 252+202+200=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 200 (78.52% from 255 or 30.58% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAC8 is #033537. Grayscale: #D8D8D8. Windows color (decimal): -210232 or 13159164. OLE color: 13159164.

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

Color convert

RGB 252 202 200 -
CMYK 0 0.20 0.21 0.01
HSL 2.31º 0.9% 0.89% -
HSV(B) 2.31º 0.21% 0.99% -
XYZ 71.69 67.11 63.82 -
YUV 216.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 252 202 200 0 0.20 0.21 0.01 2.31 0.9 0.89
Hex FC CA C8 0 14 15 1 2 5A 59
Octal 374 312 310 0 24 25 1 2 132 131
Binary 11111100 11001010 11001000 0 10100 10101 1 10 1011010 1011001

Color Harmonies of #FCCAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAC8

Black with #FCCAC8

Text Example


Text Example

White with #FCCAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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