Html Css Color HEX #FECDC7 Coral Candy

📋 copy color: '#FECDC7'

red 254 ◦ green 205 ◦ blue 199

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

Shades of Coral Candy #FECDC7

Tints of Coral Candy #FECDC7

RGB

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

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

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

R = 38.6%
G = 31.16%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FECDC7 (or 0xFECDC7) is known color: Coral Candy. HEX triplet: FE, CD and C7. RGB value is (254,205,199). Sum of RGB (Red+Green+Blue) = 254+205+199=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 199 (78.12% from 255 or 30.24% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDC7 is #013238. Grayscale: #DBDBDB. Windows color (decimal): -78393 or 13094398. OLE color: 13094398.

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

Color convert

RGB 254 205 199 -
CMYK 0 0.19 0.22 0.00
HSL 6.55º 0.96% 0.89% -
HSV(B) 6.55º 0.22% 1% -
XYZ 73.01 68.86 63.48 -
YUV 218.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 254 205 199 0 0.19 0.22 0.00 6.55 0.96 0.89
Hex FE CD C7 0 13 16 0 7 60 59
Octal 376 315 307 0 23 26 0 7 140 131
Binary 11111110 11001101 11000111 0 10011 10110 0 111 1100000 1011001

Color Harmonies of #FECDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECDC7

Black with #FECDC7

Text Example


Text Example

White with #FECDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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