Html Css Color HEX #FED5A2 Frangipani

📋 copy color: '#FED5A2'

red 254 ◦ green 213 ◦ blue 162

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

Shades of Frangipani #FED5A2

Tints of Frangipani #FED5A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 25.76%

R = 40.38%
G = 33.86%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FED5A2 (or 0xFED5A2) is known color: Frangipani. HEX triplet: FE, D5 and A2. RGB value is (254,213,162). Sum of RGB (Red+Green+Blue) = 254+213+162=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 162 (63.67% from 255 or 25.76% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED5A2 is #012A5D. Grayscale: #DBDBDB. Windows color (decimal): -76382 or 10671614. OLE color: 10671614.

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

Color convert

RGB 254 213 162 -
CMYK 0 0.16 0.36 0.00
HSL 33.26º 0.98% 0.82% -
HSV(B) 33.26º 0.36% 1% -
XYZ 71.19 71.27 44.19 -
YUV 219.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 254 213 162 0 0.16 0.36 0.00 33.26 0.98 0.82
Hex FE D5 A2 0 10 24 0 21 62 52
Octal 376 325 242 0 20 44 0 41 142 122
Binary 11111110 11010101 10100010 0 10000 100100 0 100001 1100010 1010010

Color Harmonies of #FED5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5A2

Black with #FED5A2

Text Example


Text Example

White with #FED5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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