Html Css Color HEX #FED5A7 Frangipani

📋 copy color: '#FED5A7'

red 254 ◦ green 213 ◦ blue 167

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

Shades of Frangipani #FED5A7

Tints of Frangipani #FED5A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 26.34%

R = 40.06%
G = 33.6%
B = 26.34%

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

#FED5A7 (or 0xFED5A7) is known color: Frangipani. HEX triplet: FE, D5 and A7. RGB value is (254,213,167). Sum of RGB (Red+Green+Blue) = 254+213+167=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 167 (65.62% from 255 or 26.34% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED5A7 is #012A58. Grayscale: #DCDCDC. Windows color (decimal): -76377 or 10999294. OLE color: 10999294.

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

Color convert

RGB 254 213 167 -
CMYK 0 0.16 0.34 0.00
HSL 31.72º 0.98% 0.83% -
HSV(B) 31.72º 0.34% 1% -
XYZ 71.64 71.45 46.57 -
YUV 220.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 254 213 167 0 0.16 0.34 0.00 31.72 0.98 0.83
Hex FE D5 A7 0 10 22 0 20 62 53
Octal 376 325 247 0 20 42 0 40 142 123
Binary 11111110 11010101 10100111 0 10000 100010 0 100000 1100010 1010011

Color Harmonies of #FED5A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5A7

Black with #FED5A7

Text Example


Text Example

White with #FED5A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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