Html Css Color HEX #FED2A1 Frangipani

📋 copy color: '#FED2A1'

red 254 ◦ green 210 ◦ blue 161

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

Shades of Frangipani #FED2A1

Tints of Frangipani #FED2A1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.6%

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

R = 40.64%
G = 33.6%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FED2A1 (or 0xFED2A1) is known color: Frangipani. HEX triplet: FE, D2 and A1. RGB value is (254,210,161). Sum of RGB (Red+Green+Blue) = 254+210+161=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 161 (63.28% from 255 or 25.76% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED2A1 is #012D5E. Grayscale: #D9D9D9. Windows color (decimal): -77151 or 10605310. OLE color: 10605310.

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

Color convert

RGB 254 210 161 -
CMYK 0 0.17 0.37 0.00
HSL 31.61º 0.98% 0.81% -
HSV(B) 31.61º 0.37% 1% -
XYZ 70.35 69.74 43.47 -
YUV 217.57 96.08 153.98 -
System Red Green Blue C M Y K H S L
Decimal 254 210 161 0 0.17 0.37 0.00 31.61 0.98 0.81
Hex FE D2 A1 0 11 25 0 20 62 51
Octal 376 322 241 0 21 45 0 40 142 121
Binary 11111110 11010010 10100001 0 10001 100101 0 100000 1100010 1010001

Color Harmonies of #FED2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2A1

Black with #FED2A1

Text Example


Text Example

White with #FED2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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