Html Css Color HEX #FED5A8 Frangipani

📋 copy color: '#FED5A8'

red 254 ◦ green 213 ◦ blue 168

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

Shades of Frangipani #FED5A8

Tints of Frangipani #FED5A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.46%

R = 40%
G = 33.54%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FED5A8 (or 0xFED5A8) is known color: Frangipani. HEX triplet: FE, D5 and A8. RGB value is (254,213,168). Sum of RGB (Red+Green+Blue) = 254+213+168=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 168 (66.02% from 255 or 26.46% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED5A8 is #012A57. Grayscale: #DCDCDC. Windows color (decimal): -76376 or 11064830. OLE color: 11064830.

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

Color convert

RGB 254 213 168 -
CMYK 0 0.16 0.34 0.00
HSL 31.4º 0.98% 0.83% -
HSV(B) 31.4º 0.34% 1% -
XYZ 71.74 71.49 47.06 -
YUV 220.13 98.58 152.16 -
System Red Green Blue C M Y K H S L
Decimal 254 213 168 0 0.16 0.34 0.00 31.4 0.98 0.83
Hex FE D5 A8 0 10 22 0 1F 62 53
Octal 376 325 250 0 20 42 0 37 142 123
Binary 11111110 11010101 10101000 0 10000 100010 0 11111 1100010 1010011

Color Harmonies of #FED5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5A8

Black with #FED5A8

Text Example


Text Example

White with #FED5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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