Html Css Color HEX #FED5A9 Frangipani

📋 copy color: '#FED5A9'

red 254 ◦ green 213 ◦ blue 169

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

Shades of Frangipani #FED5A9

Tints of Frangipani #FED5A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 26.57%

R = 39.94%
G = 33.49%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FED5A9 (or 0xFED5A9) is known color: Frangipani. HEX triplet: FE, D5 and A9. RGB value is (254,213,169). Sum of RGB (Red+Green+Blue) = 254+213+169=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 169 (66.41% from 255 or 26.57% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED5A9 is #012A56. Grayscale: #DCDCDC. Windows color (decimal): -76375 or 11130366. OLE color: 11130366.

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

Color convert

RGB 254 213 169 -
CMYK 0 0.16 0.33 0.00
HSL 31.06º 0.98% 0.83% -
HSV(B) 31.06º 0.33% 1% -
XYZ 71.83 71.52 47.56 -
YUV 220.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 254 213 169 0 0.16 0.33 0.00 31.06 0.98 0.83
Hex FE D5 A9 0 10 21 0 1F 62 53
Octal 376 325 251 0 20 41 0 37 142 123
Binary 11111110 11010101 10101001 0 10000 100001 0 11111 1100010 1010011

Color Harmonies of #FED5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5A9

Black with #FED5A9

Text Example


Text Example

White with #FED5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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