Html Css Color HEX #FED0C4 Coral Candy

📋 copy color: '#FED0C4'

red 254 ◦ green 208 ◦ blue 196

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

Shades of Coral Candy #FED0C4

Tints of Coral Candy #FED0C4

RGB

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

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

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

R = 38.6%
G = 31.61%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FED0C4 (or 0xFED0C4) is known color: Coral Candy. HEX triplet: FE, D0 and C4. RGB value is (254,208,196). Sum of RGB (Red+Green+Blue) = 254+208+196=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 196 (76.95% from 255 or 29.79% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0C4 is #012F3B. Grayscale: #DCDCDC. Windows color (decimal): -77628 or 12898558. OLE color: 12898558.

HSL color Cylindrical-coordinate representation of color #FED0C4: hue angle of 12.41º 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 #FED0C4 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 208 196 -
CMYK 0 0.18 0.23 0.00
HSL 12.41º 0.97% 0.88% -
HSV(B) 12.41º 0.23% 1% -
XYZ 73.39 70.17 61.9 -
YUV 220.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 254 208 196 0 0.18 0.23 0.00 12.41 0.97 0.88
Hex FE D0 C4 0 12 17 0 C 61 58
Octal 376 320 304 0 22 27 0 14 141 130
Binary 11111110 11010000 11000100 0 10010 10111 0 1100 1100001 1011000

Color Harmonies of #FED0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED0C4

Black with #FED0C4

Text Example


Text Example

White with #FED0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED0C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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