Html Css Color HEX #FED9A0 Frangipani

📋 copy color: '#FED9A0'

red 254 ◦ green 217 ◦ blue 160

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

Shades of Frangipani #FED9A0

Tints of Frangipani #FED9A0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.39%

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

R = 40.25%
G = 34.39%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FED9A0 (or 0xFED9A0) is known color: Frangipani. HEX triplet: FE, D9 and A0. RGB value is (254,217,160). Sum of RGB (Red+Green+Blue) = 254+217+160=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 160 (62.89% from 255 or 25.36% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED9A0 is #01265F. Grayscale: #DDDDDD. Windows color (decimal): -75360 or 10541566. OLE color: 10541566.

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

Color convert

RGB 254 217 160 -
CMYK 0 0.15 0.37 0.00
HSL 36.38º 0.98% 0.81% -
HSV(B) 36.38º 0.37% 1% -
XYZ 72.03 73.23 43.6 -
YUV 221.57 93.26 151.13 -
System Red Green Blue C M Y K H S L
Decimal 254 217 160 0 0.15 0.37 0.00 36.38 0.98 0.81
Hex FE D9 A0 0 F 25 0 24 62 51
Octal 376 331 240 0 17 45 0 44 142 121
Binary 11111110 11011001 10100000 0 1111 100101 0 100100 1100010 1010001

Color Harmonies of #FED9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED9A0

Black with #FED9A0

Text Example


Text Example

White with #FED9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED9A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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