Html Css Color HEX #FED4A9 Frangipani

📋 copy color: '#FED4A9'

red 254 ◦ green 212 ◦ blue 169

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

Shades of Frangipani #FED4A9

Tints of Frangipani #FED4A9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.39%

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

R = 40%
G = 33.39%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FED4A9 (or 0xFED4A9) is known color: Frangipani. HEX triplet: FE, D4 and A9. RGB value is (254,212,169). Sum of RGB (Red+Green+Blue) = 254+212+169=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 169 (66.41% from 255 or 26.61% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED4A9 is #012B56. Grayscale: #DBDBDB. Windows color (decimal): -76631 or 11130110. OLE color: 11130110.

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

Color convert

RGB 254 212 169 -
CMYK 0 0.17 0.33 0.00
HSL 30.35º 0.98% 0.83% -
HSV(B) 30.35º 0.33% 1% -
XYZ 71.58 71.02 47.47 -
YUV 219.66 99.41 152.5 -
System Red Green Blue C M Y K H S L
Decimal 254 212 169 0 0.17 0.33 0.00 30.35 0.98 0.83
Hex FE D4 A9 0 11 21 0 1E 62 53
Octal 376 324 251 0 21 41 0 36 142 123
Binary 11111110 11010100 10101001 0 10001 100001 0 11110 1100010 1010011

Color Harmonies of #FED4A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED4A9

Black with #FED4A9

Text Example


Text Example

White with #FED4A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED4A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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