Html Css Color HEX #FEDB9F Frangipani

📋 copy color: '#FEDB9F'

red 254 ◦ green 219 ◦ blue 159

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

Shades of Frangipani #FEDB9F

Tints of Frangipani #FEDB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.16%

R = 40.19%
G = 34.65%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEDB9F (or 0xFEDB9F) is known color: Frangipani. HEX triplet: FE, DB and 9F. RGB value is (254,219,159). Sum of RGB (Red+Green+Blue) = 254+219+159=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 159 (62.5% from 255 or 25.16% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB9F is #012460. Grayscale: #DEDEDE. Windows color (decimal): -74849 or 10476542. OLE color: 10476542.

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

Color convert

RGB 254 219 159 -
CMYK 0 0.14 0.37 0.00
HSL 37.89º 0.98% 0.81% -
HSV(B) 37.89º 0.37% 1% -
XYZ 72.46 74.24 43.31 -
YUV 222.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 254 219 159 0 0.14 0.37 0.00 37.89 0.98 0.81
Hex FE DB 9F 0 E 25 0 26 62 51
Octal 376 333 237 0 16 45 0 46 142 121
Binary 11111110 11011011 10011111 0 1110 100101 0 100110 1100010 1010001

Color Harmonies of #FEDB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB9F

Black with #FEDB9F

Text Example


Text Example

White with #FEDB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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