Html Css Color HEX #FCCDC5 Coral Candy

📋 copy color: '#FCCDC5'

red 252 ◦ green 205 ◦ blue 197

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

Shades of Coral Candy #FCCDC5

Tints of Coral Candy #FCCDC5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.35%

 BLUE value IS 197 (77.34% from 255) = 30.12%

R = 38.53%
G = 31.35%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCCDC5 (or 0xFCCDC5) is known color: Coral Candy. HEX triplet: FC, CD and C5. RGB value is (252,205,197). Sum of RGB (Red+Green+Blue) = 252+205+197=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDC5 is #03323A. Grayscale: #DADADA. Windows color (decimal): -209467 or 12963324. OLE color: 12963324.

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

Color convert

RGB 252 205 197 -
CMYK 0 0.19 0.22 0.01
HSL 8.73º 0.9% 0.88% -
HSV(B) 8.73º 0.22% 0.99% -
XYZ 72.05 68.39 62.23 -
YUV 218.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 252 205 197 0 0.19 0.22 0.01 8.73 0.9 0.88
Hex FC CD C5 0 13 16 1 9 5A 58
Octal 374 315 305 0 23 26 1 11 132 130
Binary 11111100 11001101 11000101 0 10011 10110 1 1001 1011010 1011000

Color Harmonies of #FCCDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDC5

Black with #FCCDC5

Text Example


Text Example

White with #FCCDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDC5; }

 p { color: rgb(252,205,197); }

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

background-color css

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

 a { background-color: rgb(252,205,197); }

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

border-color css

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

 span { border-color: rgb(252,205,197); }

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