Html Css Color HEX #FECDC4 Coral Candy

📋 copy color: '#FECDC4'

red 254 ◦ green 205 ◦ blue 196

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

Shades of Coral Candy #FECDC4

Tints of Coral Candy #FECDC4

RGB

 RED value IS 254 (99.61% from 255) = 38.78%

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

 BLUE value IS 196 (76.95% from 255) = 29.92%

R = 38.78%
G = 31.3%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FECDC4 (or 0xFECDC4) is known color: Coral Candy. HEX triplet: FE, CD and C4. RGB value is (254,205,196). Sum of RGB (Red+Green+Blue) = 254+205+196=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 196 (76.95% from 255 or 29.92% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDC4 is #01323B. Grayscale: #DADADA. Windows color (decimal): -78396 or 12897790. OLE color: 12897790.

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

Color convert

RGB 254 205 196 -
CMYK 0 0.19 0.23 0.00
HSL 9.31º 0.97% 0.88% -
HSV(B) 9.31º 0.23% 1% -
XYZ 72.67 68.72 61.66 -
YUV 218.63 115.23 153.23 -
System Red Green Blue C M Y K H S L
Decimal 254 205 196 0 0.19 0.23 0.00 9.31 0.97 0.88
Hex FE CD C4 0 13 17 0 9 61 58
Octal 376 315 304 0 23 27 0 11 141 130
Binary 11111110 11001101 11000100 0 10011 10111 0 1001 1100001 1011000

Color Harmonies of #FECDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECDC4

Black with #FECDC4

Text Example


Text Example

White with #FECDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECDC4; }

 p { color: rgb(254,205,196); }

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

background-color css

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

 a { background-color: rgb(254,205,196); }

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

border-color css

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

 span { border-color: rgb(254,205,196); }

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