Html Css Color HEX #FDD99E Frangipani

📋 copy color: '#FDD99E'

red 253 ◦ green 217 ◦ blue 158

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

Shades of Frangipani #FDD99E

Tints of Frangipani #FDD99E

RGB

 RED value IS 253 (99.22% from 255) = 40.29%

 GREEN value IS 217 (85.16% from 255) = 34.55%

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

R = 40.29%
G = 34.55%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FDD99E (or 0xFDD99E) is known color: Frangipani. HEX triplet: FD, D9 and 9E. RGB value is (253,217,158). Sum of RGB (Red+Green+Blue) = 253+217+158=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 158 (62.11% from 255 or 25.16% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD99E is #022661. Grayscale: #DDDDDD. Windows color (decimal): -140898 or 10410493. OLE color: 10410493.

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

Color convert

RGB 253 217 158 -
CMYK 0 0.14 0.38 0.01
HSL 37.26º 0.96% 0.81% -
HSV(B) 37.26º 0.38% 0.99% -
XYZ 71.49 72.98 42.67 -
YUV 221.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 253 217 158 0 0.14 0.38 0.01 37.26 0.96 0.81
Hex FD D9 9E 0 E 26 1 25 60 51
Octal 375 331 236 0 16 46 1 45 140 121
Binary 11111101 11011001 10011110 0 1110 100110 1 100101 1100000 1010001

Color Harmonies of #FDD99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD99E

Black with #FDD99E

Text Example


Text Example

White with #FDD99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD99E; }

 p { color: rgb(253,217,158); }

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

background-color css

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

 a { background-color: rgb(253,217,158); }

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

border-color css

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

 span { border-color: rgb(253,217,158); }

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