Html Css Color HEX #FDCEC2 Coral Candy

📋 copy color: '#FDCEC2'

red 253 ◦ green 206 ◦ blue 194

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

Shades of Coral Candy #FDCEC2

Tints of Coral Candy #FDCEC2

RGB

 RED value IS 253 (99.22% from 255) = 38.74%

 GREEN value IS 206 (80.86% from 255) = 31.55%

 BLUE value IS 194 (76.17% from 255) = 29.71%

R = 38.74%
G = 31.55%
B = 29.71%

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

#FDCEC2 (or 0xFDCEC2) is known color: Coral Candy. HEX triplet: FD, CE and C2. RGB value is (253,206,194). Sum of RGB (Red+Green+Blue) = 253+206+194=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 194 (76.17% from 255 or 29.71% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEC2 is #02313D. Grayscale: #DADADA. Windows color (decimal): -143678 or 12766973. OLE color: 12766973.

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

Color convert

RGB 253 206 194 -
CMYK 0 0.19 0.23 0.01
HSL 12.2º 0.94% 0.88% -
HSV(B) 12.2º 0.23% 0.99% -
XYZ 72.32 68.92 60.53 -
YUV 218.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 253 206 194 0 0.19 0.23 0.01 12.2 0.94 0.88
Hex FD CE C2 0 13 17 1 C 5E 58
Octal 375 316 302 0 23 27 1 14 136 130
Binary 11111101 11001110 11000010 0 10011 10111 1 1100 1011110 1011000

Color Harmonies of #FDCEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCEC2

Black with #FDCEC2

Text Example


Text Example

White with #FDCEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCEC2; }

 p { color: rgb(253,206,194); }

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

background-color css

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

 a { background-color: rgb(253,206,194); }

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

border-color css

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

 span { border-color: rgb(253,206,194); }

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