Html Css Color HEX #FCCDC7 Coral Candy

📋 copy color: '#FCCDC7'

red 252 ◦ green 205 ◦ blue 199

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

Shades of Coral Candy #FCCDC7

Tints of Coral Candy #FCCDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 30.34%

R = 38.41%
G = 31.25%
B = 30.34%

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

#FCCDC7 (or 0xFCCDC7) is known color: Coral Candy. HEX triplet: FC, CD and C7. RGB value is (252,205,199). Sum of RGB (Red+Green+Blue) = 252+205+199=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 199 (78.12% from 255 or 30.34% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDC7 is #033238. Grayscale: #DADADA. Windows color (decimal): -209465 or 13094396. OLE color: 13094396.

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

Color convert

RGB 252 205 199 -
CMYK 0 0.19 0.21 0.01
HSL 6.79º 0.9% 0.88% -
HSV(B) 6.79º 0.21% 0.99% -
XYZ 72.29 68.48 63.44 -
YUV 218.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 252 205 199 0 0.19 0.21 0.01 6.79 0.9 0.88
Hex FC CD C7 0 13 15 1 7 5A 58
Octal 374 315 307 0 23 25 1 7 132 130
Binary 11111100 11001101 11000111 0 10011 10101 1 111 1011010 1011000

Color Harmonies of #FCCDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDC7

Black with #FCCDC7

Text Example


Text Example

White with #FCCDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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