Html Css Color HEX #FED5A0 Frangipani

📋 copy color: '#FED5A0'

red 254 ◦ green 213 ◦ blue 160

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

Shades of Frangipani #FED5A0

Tints of Frangipani #FED5A0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.97%

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

R = 40.51%
G = 33.97%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FED5A0 (or 0xFED5A0) is known color: Frangipani. HEX triplet: FE, D5 and A0. RGB value is (254,213,160). Sum of RGB (Red+Green+Blue) = 254+213+160=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 160 (62.89% from 255 or 25.52% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED5A0 is #012A5F. Grayscale: #DBDBDB. Windows color (decimal): -76384 or 10540542. OLE color: 10540542.

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

Color convert

RGB 254 213 160 -
CMYK 0 0.16 0.37 0.00
HSL 33.83º 0.98% 0.81% -
HSV(B) 33.83º 0.37% 1% -
XYZ 71.01 71.2 43.26 -
YUV 219.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 254 213 160 0 0.16 0.37 0.00 33.83 0.98 0.81
Hex FE D5 A0 0 10 25 0 22 62 51
Octal 376 325 240 0 20 45 0 42 142 121
Binary 11111110 11010101 10100000 0 10000 100101 0 100010 1100010 1010001

Color Harmonies of #FED5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5A0

Black with #FED5A0

Text Example


Text Example

White with #FED5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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