Html Css Color HEX #FED8A8 Frangipani

📋 copy color: '#FED8A8'

red 254 ◦ green 216 ◦ blue 168

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

Shades of Frangipani #FED8A8

Tints of Frangipani #FED8A8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.86%

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

R = 39.81%
G = 33.86%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FED8A8 (or 0xFED8A8) is known color: Frangipani. HEX triplet: FE, D8 and A8. RGB value is (254,216,168). Sum of RGB (Red+Green+Blue) = 254+216+168=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 168 (66.02% from 255 or 26.33% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED8A8 is #012757. Grayscale: #DEDEDE. Windows color (decimal): -75608 or 11065598. OLE color: 11065598.

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

Color convert

RGB 254 216 168 -
CMYK 0 0.15 0.34 0.00
HSL 33.49º 0.98% 0.83% -
HSV(B) 33.49º 0.34% 1% -
XYZ 72.5 73.01 47.32 -
YUV 221.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 254 216 168 0 0.15 0.34 0.00 33.49 0.98 0.83
Hex FE D8 A8 0 F 22 0 21 62 53
Octal 376 330 250 0 17 42 0 41 142 123
Binary 11111110 11011000 10101000 0 1111 100010 0 100001 1100010 1010011

Color Harmonies of #FED8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED8A8

Black with #FED8A8

Text Example


Text Example

White with #FED8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED8A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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