Html Css Color HEX #FCCDC8 Coral Candy

📋 copy color: '#FCCDC8'

red 252 ◦ green 205 ◦ blue 200

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

Shades of Coral Candy #FCCDC8

Tints of Coral Candy #FCCDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 30.44%

R = 38.36%
G = 31.2%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCCDC8 (or 0xFCCDC8) is known color: Coral Candy. HEX triplet: FC, CD and C8. RGB value is (252,205,200). Sum of RGB (Red+Green+Blue) = 252+205+200=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDC8 is #033237. Grayscale: #DADADA. Windows color (decimal): -209464 or 13159932. OLE color: 13159932.

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

Color convert

RGB 252 205 200 -
CMYK 0 0.19 0.21 0.01
HSL 5.77º 0.9% 0.89% -
HSV(B) 5.77º 0.21% 0.99% -
XYZ 72.4 68.53 64.05 -
YUV 218.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 252 205 200 0 0.19 0.21 0.01 5.77 0.9 0.89
Hex FC CD C8 0 13 15 1 6 5A 59
Octal 374 315 310 0 23 25 1 6 132 131
Binary 11111100 11001101 11001000 0 10011 10101 1 110 1011010 1011001

Color Harmonies of #FCCDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDC8

Black with #FCCDC8

Text Example


Text Example

White with #FCCDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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