Html Css Color HEX #FCCDC3 Coral Candy

📋 copy color: '#FCCDC3'

red 252 ◦ green 205 ◦ blue 195

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

Shades of Coral Candy #FCCDC3

Tints of Coral Candy #FCCDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.91%

R = 38.65%
G = 31.44%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCCDC3 (or 0xFCCDC3) is known color: Coral Candy. HEX triplet: FC, CD and C3. RGB value is (252,205,195). Sum of RGB (Red+Green+Blue) = 252+205+195=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDC3 is #03323C. Grayscale: #D9D9D9. Windows color (decimal): -209469 or 12832252. OLE color: 12832252.

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

Color convert

RGB 252 205 195 -
CMYK 0 0.19 0.23 0.01
HSL 10.53º 0.9% 0.88% -
HSV(B) 10.53º 0.23% 0.99% -
XYZ 71.83 68.3 61.03 -
YUV 217.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 252 205 195 0 0.19 0.23 0.01 10.53 0.9 0.88
Hex FC CD C3 0 13 17 1 B 5A 58
Octal 374 315 303 0 23 27 1 13 132 130
Binary 11111100 11001101 11000011 0 10011 10111 1 1011 1011010 1011000

Color Harmonies of #FCCDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDC3

Black with #FCCDC3

Text Example


Text Example

White with #FCCDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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