Html Css Color HEX #FEDC9D Frangipani

📋 copy color: '#FEDC9D'

red 254 ◦ green 220 ◦ blue 157

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

Shades of Frangipani #FEDC9D

Tints of Frangipani #FEDC9D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.87%

 BLUE value IS 157 (61.72% from 255) = 24.88%

R = 40.25%
G = 34.87%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FEDC9D (or 0xFEDC9D) is known color: Frangipani. HEX triplet: FE, DC and 9D. RGB value is (254,220,157). Sum of RGB (Red+Green+Blue) = 254+220+157=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 157 (61.72% from 255 or 24.88% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC9D is #012362. Grayscale: #DFDFDF. Windows color (decimal): -74595 or 10345726. OLE color: 10345726.

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

Color convert

RGB 254 220 157 -
CMYK 0 0.13 0.38 0.00
HSL 38.97º 0.98% 0.81% -
HSV(B) 38.97º 0.38% 1% -
XYZ 72.55 74.69 42.49 -
YUV 222.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 254 220 157 0 0.13 0.38 0.00 38.97 0.98 0.81
Hex FE DC 9D 0 D 26 0 27 62 51
Octal 376 334 235 0 15 46 0 47 142 121
Binary 11111110 11011100 10011101 0 1101 100110 0 100111 1100010 1010001

Color Harmonies of #FEDC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC9D

Black with #FEDC9D

Text Example


Text Example

White with #FEDC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC9D; }

 p { color: rgb(254,220,157); }

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

background-color css

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

 a { background-color: rgb(254,220,157); }

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

border-color css

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

 span { border-color: rgb(254,220,157); }

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