Html Css Color HEX #FED29F Frangipani

📋 copy color: '#FED29F'

red 254 ◦ green 210 ◦ blue 159

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

Shades of Frangipani #FED29F

Tints of Frangipani #FED29F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.71%

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

R = 40.77%
G = 33.71%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FED29F (or 0xFED29F) is known color: Frangipani. HEX triplet: FE, D2 and 9F. RGB value is (254,210,159). Sum of RGB (Red+Green+Blue) = 254+210+159=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 159 (62.5% from 255 or 25.52% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FED29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED29F is #012D60. Grayscale: #D9D9D9. Windows color (decimal): -77153 or 10474238. OLE color: 10474238.

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

Color convert

RGB 254 210 159 -
CMYK 0 0.17 0.37 0.00
HSL 32.21º 0.98% 0.81% -
HSV(B) 32.21º 0.37% 1% -
XYZ 70.18 69.67 42.55 -
YUV 217.34 95.08 154.15 -
System Red Green Blue C M Y K H S L
Decimal 254 210 159 0 0.17 0.37 0.00 32.21 0.98 0.81
Hex FE D2 9F 0 11 25 0 20 62 51
Octal 376 322 237 0 21 45 0 40 142 121
Binary 11111110 11010010 10011111 0 10001 100101 0 100000 1100010 1010001

Color Harmonies of #FED29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED29F

Black with #FED29F

Text Example


Text Example

White with #FED29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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