Html Css Color HEX #FCCCCA Coral Candy

📋 copy color: '#FCCCCA'

red 252 ◦ green 204 ◦ blue 202

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

Shades of Coral Candy #FCCCCA

Tints of Coral Candy #FCCCCA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31%

 BLUE value IS 202 (79.3% from 255) = 30.7%

R = 38.3%
G = 31%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCCCCA (or 0xFCCCCA) is known color: Coral Candy. HEX triplet: FC, CC and CA. RGB value is (252,204,202). Sum of RGB (Red+Green+Blue) = 252+204+202=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCCA is #033335. Grayscale: #DADADA. Windows color (decimal): -209718 or 13290748. OLE color: 13290748.

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

Color convert

RGB 252 204 202 -
CMYK 0 0.19 0.20 0.01
HSL 2.4º 0.89% 0.89% -
HSV(B) 2.4º 0.2% 0.99% -
XYZ 72.4 68.15 65.21 -
YUV 218.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 252 204 202 0 0.19 0.20 0.01 2.4 0.89 0.89
Hex FC CC CA 0 13 14 1 2 59 59
Octal 374 314 312 0 23 24 1 2 131 131
Binary 11111100 11001100 11001010 0 10011 10100 1 10 1011001 1011001

Color Harmonies of #FCCCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCCA

Black with #FCCCCA

Text Example


Text Example

White with #FCCCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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