Html Css Color HEX #FED3A7 Frangipani

📋 copy color: '#FED3A7'

red 254 ◦ green 211 ◦ blue 167

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

Shades of Frangipani #FED3A7

Tints of Frangipani #FED3A7

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.39%

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

R = 40.19%
G = 33.39%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FED3A7 (or 0xFED3A7) is known color: Frangipani. HEX triplet: FE, D3 and A7. RGB value is (254,211,167). Sum of RGB (Red+Green+Blue) = 254+211+167=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 167 (65.62% from 255 or 26.42% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED3A7 is #012C58. Grayscale: #DBDBDB. Windows color (decimal): -76889 or 10998782. OLE color: 10998782.

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

Color convert

RGB 254 211 167 -
CMYK 0 0.17 0.34 0.00
HSL 30.34º 0.98% 0.83% -
HSV(B) 30.34º 0.34% 1% -
XYZ 71.14 70.45 46.41 -
YUV 218.84 98.75 153.08 -
System Red Green Blue C M Y K H S L
Decimal 254 211 167 0 0.17 0.34 0.00 30.34 0.98 0.83
Hex FE D3 A7 0 11 22 0 1E 62 53
Octal 376 323 247 0 21 42 0 36 142 123
Binary 11111110 11010011 10100111 0 10001 100010 0 11110 1100010 1010011

Color Harmonies of #FED3A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED3A7

Black with #FED3A7

Text Example


Text Example

White with #FED3A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED3A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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