Html Css Color HEX #FCD1C9 Coral Candy

📋 copy color: '#FCD1C9'

red 252 ◦ green 209 ◦ blue 201

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

Shades of Coral Candy #FCD1C9

Tints of Coral Candy #FCD1C9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.57%

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

R = 38.07%
G = 31.57%
B = 30.36%

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

#FCD1C9 (or 0xFCD1C9) is known color: Coral Candy. HEX triplet: FC, D1 and C9. RGB value is (252,209,201). Sum of RGB (Red+Green+Blue) = 252+209+201=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 201 (78.91% from 255 or 30.36% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1C9 is #032E36. Grayscale: #DDDDDD. Windows color (decimal): -208439 or 13226492. OLE color: 13226492.

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

Color convert

RGB 252 209 201 -
CMYK 0 0.17 0.20 0.01
HSL 9.41º 0.89% 0.89% -
HSV(B) 9.41º 0.2% 0.99% -
XYZ 73.49 70.51 65 -
YUV 220.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 252 209 201 0 0.17 0.20 0.01 9.41 0.89 0.89
Hex FC D1 C9 0 11 14 1 9 59 59
Octal 374 321 311 0 21 24 1 11 131 131
Binary 11111100 11010001 11001001 0 10001 10100 1 1001 1011001 1011001

Color Harmonies of #FCD1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD1C9

Black with #FCD1C9

Text Example


Text Example

White with #FCD1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD1C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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