Html Css Color HEX #FED0C6 Coral Candy

📋 copy color: '#FED0C6'

red 254 ◦ green 208 ◦ blue 198

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

Shades of Coral Candy #FED0C6

Tints of Coral Candy #FED0C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 30%

R = 38.48%
G = 31.52%
B = 30%

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

#FED0C6 (or 0xFED0C6) is known color: Coral Candy. HEX triplet: FE, D0 and C6. RGB value is (254,208,198). Sum of RGB (Red+Green+Blue) = 254+208+198=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 198 (77.73% from 255 or 30% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0C6 is #012F39. Grayscale: #DCDCDC. Windows color (decimal): -77626 or 13029630. OLE color: 13029630.

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

Color convert

RGB 254 208 198 -
CMYK 0 0.18 0.22 0.00
HSL 10.71º 0.97% 0.89% -
HSV(B) 10.71º 0.22% 1% -
XYZ 73.62 70.26 63.11 -
YUV 220.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 254 208 198 0 0.18 0.22 0.00 10.71 0.97 0.89
Hex FE D0 C6 0 12 16 0 B 61 59
Octal 376 320 306 0 22 26 0 13 141 131
Binary 11111110 11010000 11000110 0 10010 10110 0 1011 1100001 1011001

Color Harmonies of #FED0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED0C6

Black with #FED0C6

Text Example


Text Example

White with #FED0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED0C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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