Html Css Color HEX #FED6A9 Frangipani

📋 copy color: '#FED6A9'

red 254 ◦ green 214 ◦ blue 169

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

Shades of Frangipani #FED6A9

Tints of Frangipani #FED6A9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.59%

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

R = 39.87%
G = 33.59%
B = 26.53%

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

#FED6A9 (or 0xFED6A9) is known color: Frangipani. HEX triplet: FE, D6 and A9. RGB value is (254,214,169). Sum of RGB (Red+Green+Blue) = 254+214+169=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 169 (66.41% from 255 or 26.53% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED6A9 is #012956. Grayscale: #DDDDDD. Windows color (decimal): -76119 or 11130622. OLE color: 11130622.

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

Color convert

RGB 254 214 169 -
CMYK 0 0.16 0.33 0.00
HSL 31.76º 0.98% 0.83% -
HSV(B) 31.76º 0.33% 1% -
XYZ 72.08 72.03 47.64 -
YUV 220.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 254 214 169 0 0.16 0.33 0.00 31.76 0.98 0.83
Hex FE D6 A9 0 10 21 0 20 62 53
Octal 376 326 251 0 20 41 0 40 142 123
Binary 11111110 11010110 10101001 0 10000 100001 0 100000 1100010 1010011

Color Harmonies of #FED6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED6A9

Black with #FED6A9

Text Example


Text Example

White with #FED6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED6A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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