Html Css Color HEX #FED8A1 Frangipani

📋 copy color: '#FED8A1'

red 254 ◦ green 216 ◦ blue 161

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

Shades of Frangipani #FED8A1

Tints of Frangipani #FED8A1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.23%

 BLUE value IS 161 (63.28% from 255) = 25.52%

R = 40.25%
G = 34.23%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FED8A1 (or 0xFED8A1) is known color: Frangipani. HEX triplet: FE, D8 and A1. RGB value is (254,216,161). Sum of RGB (Red+Green+Blue) = 254+216+161=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 161 (63.28% from 255 or 25.52% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED8A1 is #01275E. Grayscale: #DDDDDD. Windows color (decimal): -75615 or 10606846. OLE color: 10606846.

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

Color convert

RGB 254 216 161 -
CMYK 0 0.15 0.37 0.00
HSL 35.48º 0.98% 0.81% -
HSV(B) 35.48º 0.37% 1% -
XYZ 71.86 72.76 43.97 -
YUV 221.09 94.09 151.47 -
System Red Green Blue C M Y K H S L
Decimal 254 216 161 0 0.15 0.37 0.00 35.48 0.98 0.81
Hex FE D8 A1 0 F 25 0 23 62 51
Octal 376 330 241 0 17 45 0 43 142 121
Binary 11111110 11011000 10100001 0 1111 100101 0 100011 1100010 1010001

Color Harmonies of #FED8A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED8A1

Black with #FED8A1

Text Example


Text Example

White with #FED8A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED8A1; }

 p { color: rgb(254,216,161); }

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

background-color css

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

 a { background-color: rgb(254,216,161); }

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

border-color css

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

 span { border-color: rgb(254,216,161); }

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