Html Css Color HEX #FED0C5 Coral Candy

📋 copy color: '#FED0C5'

red 254 ◦ green 208 ◦ blue 197

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

Shades of Coral Candy #FED0C5

Tints of Coral Candy #FED0C5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.56%

 BLUE value IS 197 (77.34% from 255) = 29.89%

R = 38.54%
G = 31.56%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FED0C5 (or 0xFED0C5) is known color: Coral Candy. HEX triplet: FE, D0 and C5. RGB value is (254,208,197). Sum of RGB (Red+Green+Blue) = 254+208+197=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 197 (77.34% from 255 or 29.89% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0C5 is #012F3A. Grayscale: #DCDCDC. Windows color (decimal): -77627 or 12964094. OLE color: 12964094.

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

Color convert

RGB 254 208 197 -
CMYK 0 0.18 0.22 0.00
HSL 11.58º 0.97% 0.88% -
HSV(B) 11.58º 0.22% 1% -
XYZ 73.51 70.21 62.5 -
YUV 220.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 254 208 197 0 0.18 0.22 0.00 11.58 0.97 0.88
Hex FE D0 C5 0 12 16 0 C 61 58
Octal 376 320 305 0 22 26 0 14 141 130
Binary 11111110 11010000 11000101 0 10010 10110 0 1100 1100001 1011000

Color Harmonies of #FED0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED0C5

Black with #FED0C5

Text Example


Text Example

White with #FED0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED0C5; }

 p { color: rgb(254,208,197); }

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

background-color css

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

 a { background-color: rgb(254,208,197); }

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

border-color css

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

 span { border-color: rgb(254,208,197); }

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