Html Css Color HEX #FCD0C9 Coral Candy

📋 copy color: '#FCD0C9'

red 252 ◦ green 208 ◦ blue 201

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

Shades of Coral Candy #FCD0C9

Tints of Coral Candy #FCD0C9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.47%

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

R = 38.12%
G = 31.47%
B = 30.41%

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

#FCD0C9 (or 0xFCD0C9) is known color: Coral Candy. HEX triplet: FC, D0 and C9. RGB value is (252,208,201). Sum of RGB (Red+Green+Blue) = 252+208+201=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 201 (78.91% from 255 or 30.41% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0C9 is #032F36. Grayscale: #DCDCDC. Windows color (decimal): -208695 or 13226236. OLE color: 13226236.

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

Color convert

RGB 252 208 201 -
CMYK 0 0.17 0.20 0.01
HSL 8.24º 0.89% 0.89% -
HSV(B) 8.24º 0.2% 0.99% -
XYZ 73.24 70.02 64.91 -
YUV 220.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 252 208 201 0 0.17 0.20 0.01 8.24 0.89 0.89
Hex FC D0 C9 0 11 14 1 8 59 59
Octal 374 320 311 0 21 24 1 10 131 131
Binary 11111100 11010000 11001001 0 10001 10100 1 1000 1011001 1011001

Color Harmonies of #FCD0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0C9

Black with #FCD0C9

Text Example


Text Example

White with #FCD0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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