Html Css Color HEX #FED2A0 Frangipani

📋 copy color: '#FED2A0'

red 254 ◦ green 210 ◦ blue 160

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

Shades of Frangipani #FED2A0

Tints of Frangipani #FED2A0

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.65%

 BLUE value IS 160 (62.89% from 255) = 25.64%

R = 40.71%
G = 33.65%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FED2A0 (or 0xFED2A0) is known color: Frangipani. HEX triplet: FE, D2 and A0. RGB value is (254,210,160). Sum of RGB (Red+Green+Blue) = 254+210+160=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 160 (62.89% from 255 or 25.64% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED2A0 is #012D5F. Grayscale: #D9D9D9. Windows color (decimal): -77152 or 10539774. OLE color: 10539774.

HSL color Cylindrical-coordinate representation of color #FED2A0: hue angle of 31.91º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FED2A0 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 210 160 -
CMYK 0 0.17 0.37 0.00
HSL 31.91º 0.98% 0.81% -
HSV(B) 31.91º 0.37% 1% -
XYZ 70.26 69.7 43.01 -
YUV 217.46 95.58 154.07 -
System Red Green Blue C M Y K H S L
Decimal 254 210 160 0 0.17 0.37 0.00 31.91 0.98 0.81
Hex FE D2 A0 0 11 25 0 20 62 51
Octal 376 322 240 0 21 45 0 40 142 121
Binary 11111110 11010010 10100000 0 10001 100101 0 100000 1100010 1010001

Color Harmonies of #FED2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2A0

Black with #FED2A0

Text Example


Text Example

White with #FED2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2A0; }

 p { color: rgb(254,210,160); }

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

background-color css

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

 a { background-color: rgb(254,210,160); }

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

border-color css

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

 span { border-color: rgb(254,210,160); }

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