Html Css Color HEX #FCD2C9 Coral Candy

📋 copy color: '#FCD2C9'

red 252 ◦ green 210 ◦ blue 201

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

Shades of Coral Candy #FCD2C9

Tints of Coral Candy #FCD2C9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.67%

 BLUE value IS 201 (78.91% from 255) = 30.32%

R = 38.01%
G = 31.67%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCD2C9 (or 0xFCD2C9) is known color: Coral Candy. HEX triplet: FC, D2 and C9. RGB value is (252,210,201). Sum of RGB (Red+Green+Blue) = 252+210+201=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 210 (82.42% from 255 or 31.67% from 663); Blue value is 201 (78.91% from 255 or 30.32% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2C9 is #032D36. Grayscale: #DDDDDD. Windows color (decimal): -208183 or 13226748. OLE color: 13226748.

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

Color convert

RGB 252 210 201 -
CMYK 0 0.17 0.20 0.01
HSL 10.59º 0.89% 0.89% -
HSV(B) 10.59º 0.2% 0.99% -
XYZ 73.73 71.01 65.08 -
YUV 221.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 252 210 201 0 0.17 0.20 0.01 10.59 0.89 0.89
Hex FC D2 C9 0 11 14 1 B 59 59
Octal 374 322 311 0 21 24 1 13 131 131
Binary 11111100 11010010 11001001 0 10001 10100 1 1011 1011001 1011001

Color Harmonies of #FCD2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD2C9

Black with #FCD2C9

Text Example


Text Example

White with #FCD2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD2C9; }

 p { color: rgb(252,210,201); }

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

background-color css

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

 a { background-color: rgb(252,210,201); }

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

border-color css

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

 span { border-color: rgb(252,210,201); }

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