Html Css Color HEX #FED69E Frangipani

📋 copy color: '#FED69E'

red 254 ◦ green 214 ◦ blue 158

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

Shades of Frangipani #FED69E

Tints of Frangipani #FED69E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.19%

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

R = 40.58%
G = 34.19%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FED69E (or 0xFED69E) is known color: Frangipani. HEX triplet: FE, D6 and 9E. RGB value is (254,214,158). Sum of RGB (Red+Green+Blue) = 254+214+158=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 158 (62.11% from 255 or 25.24% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FED69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED69E is #012961. Grayscale: #DBDBDB. Windows color (decimal): -76130 or 10409726. OLE color: 10409726.

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

Color convert

RGB 254 214 158 -
CMYK 0 0.16 0.38 0.00
HSL 35º 0.98% 0.81% -
HSV(B) 35º 0.38% 1% -
XYZ 71.09 71.63 42.43 -
YUV 219.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 254 214 158 0 0.16 0.38 0.00 35 0.98 0.81
Hex FE D6 9E 0 10 26 0 23 62 51
Octal 376 326 236 0 20 46 0 43 142 121
Binary 11111110 11010110 10011110 0 10000 100110 0 100011 1100010 1010001

Color Harmonies of #FED69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED69E

Black with #FED69E

Text Example


Text Example

White with #FED69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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