Html Css Color HEX #FED5A5 Frangipani

📋 copy color: '#FED5A5'

red 254 ◦ green 213 ◦ blue 165

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

Shades of Frangipani #FED5A5

Tints of Frangipani #FED5A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.11%

R = 40.19%
G = 33.7%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FED5A5 (or 0xFED5A5) is known color: Frangipani. HEX triplet: FE, D5 and A5. RGB value is (254,213,165). Sum of RGB (Red+Green+Blue) = 254+213+165=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 165 (64.84% from 255 or 26.11% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED5A5 is #012A5A. Grayscale: #DCDCDC. Windows color (decimal): -76379 or 10868222. OLE color: 10868222.

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

Color convert

RGB 254 213 165 -
CMYK 0 0.16 0.35 0.00
HSL 32.36º 0.98% 0.82% -
HSV(B) 32.36º 0.35% 1% -
XYZ 71.46 71.38 45.61 -
YUV 219.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 254 213 165 0 0.16 0.35 0.00 32.36 0.98 0.82
Hex FE D5 A5 0 10 23 0 20 62 52
Octal 376 325 245 0 20 43 0 40 142 122
Binary 11111110 11010101 10100101 0 10000 100011 0 100000 1100010 1010010

Color Harmonies of #FED5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5A5

Black with #FED5A5

Text Example


Text Example

White with #FED5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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