Html Css Color HEX #FCD0C4 Coral Candy

📋 copy color: '#FCD0C4'

red 252 ◦ green 208 ◦ blue 196

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

Shades of Coral Candy #FCD0C4

Tints of Coral Candy #FCD0C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 29.88%

R = 38.41%
G = 31.71%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCD0C4 (or 0xFCD0C4) is known color: Coral Candy. HEX triplet: FC, D0 and C4. RGB value is (252,208,196). Sum of RGB (Red+Green+Blue) = 252+208+196=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0C4 is #032F3B. Grayscale: #DBDBDB. Windows color (decimal): -208700 or 12898556. OLE color: 12898556.

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

Color convert

RGB 252 208 196 -
CMYK 0 0.17 0.22 0.01
HSL 12.86º 0.9% 0.88% -
HSV(B) 12.86º 0.22% 0.99% -
XYZ 72.66 69.79 61.87 -
YUV 219.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 252 208 196 0 0.17 0.22 0.01 12.86 0.9 0.88
Hex FC D0 C4 0 11 16 1 D 5A 58
Octal 374 320 304 0 21 26 1 15 132 130
Binary 11111100 11010000 11000100 0 10001 10110 1 1101 1011010 1011000

Color Harmonies of #FCD0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0C4

Black with #FCD0C4

Text Example


Text Example

White with #FCD0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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