Html Css Color HEX #FED4A8 Frangipani

📋 copy color: '#FED4A8'

red 254 ◦ green 212 ◦ blue 168

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

Shades of Frangipani #FED4A8

Tints of Frangipani #FED4A8

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.44%

 BLUE value IS 168 (66.02% from 255) = 26.5%

R = 40.06%
G = 33.44%
B = 26.5%

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

#FED4A8 (or 0xFED4A8) is known color: Frangipani. HEX triplet: FE, D4 and A8. RGB value is (254,212,168). Sum of RGB (Red+Green+Blue) = 254+212+168=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 168 (66.02% from 255 or 26.50% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED4A8 is #012B57. Grayscale: #DBDBDB. Windows color (decimal): -76632 or 11064574. OLE color: 11064574.

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

Color convert

RGB 254 212 168 -
CMYK 0 0.17 0.34 0.00
HSL 30.7º 0.98% 0.83% -
HSV(B) 30.7º 0.34% 1% -
XYZ 71.48 70.98 46.98 -
YUV 219.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 254 212 168 0 0.17 0.34 0.00 30.7 0.98 0.83
Hex FE D4 A8 0 11 22 0 1F 62 53
Octal 376 324 250 0 21 42 0 37 142 123
Binary 11111110 11010100 10101000 0 10001 100010 0 11111 1100010 1010011

Color Harmonies of #FED4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED4A8

Black with #FED4A8

Text Example


Text Example

White with #FED4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED4A8; }

 p { color: rgb(254,212,168); }

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

background-color css

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

 a { background-color: rgb(254,212,168); }

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

border-color css

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

 span { border-color: rgb(254,212,168); }

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