Html Css Color HEX #FEDB9E Frangipani

📋 copy color: '#FEDB9E'

red 254 ◦ green 219 ◦ blue 158

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

Shades of Frangipani #FEDB9E

Tints of Frangipani #FEDB9E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.71%

 BLUE value IS 158 (62.11% from 255) = 25.04%

R = 40.25%
G = 34.71%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FEDB9E (or 0xFEDB9E) is known color: Frangipani. HEX triplet: FE, DB and 9E. RGB value is (254,219,158). Sum of RGB (Red+Green+Blue) = 254+219+158=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 158 (62.11% from 255 or 25.04% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB9E is #012461. Grayscale: #DEDEDE. Windows color (decimal): -74850 or 10411006. OLE color: 10411006.

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

Color convert

RGB 254 219 158 -
CMYK 0 0.14 0.38 0.00
HSL 38.13º 0.98% 0.81% -
HSV(B) 38.13º 0.38% 1% -
XYZ 72.38 74.2 42.86 -
YUV 222.51 91.6 150.46 -
System Red Green Blue C M Y K H S L
Decimal 254 219 158 0 0.14 0.38 0.00 38.13 0.98 0.81
Hex FE DB 9E 0 E 26 0 26 62 51
Octal 376 333 236 0 16 46 0 46 142 121
Binary 11111110 11011011 10011110 0 1110 100110 0 100110 1100010 1010001

Color Harmonies of #FEDB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB9E

Black with #FEDB9E

Text Example


Text Example

White with #FEDB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB9E; }

 p { color: rgb(254,219,158); }

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

background-color css

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

 a { background-color: rgb(254,219,158); }

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

border-color css

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

 span { border-color: rgb(254,219,158); }

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