Html Css Color HEX #FAD59E Frangipani

📋 copy color: '#FAD59E'

red 250 ◦ green 213 ◦ blue 158

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

Shades of Frangipani #FAD59E

Tints of Frangipani #FAD59E

RGB

 RED value IS 250 (98.05% from 255) = 40.26%

 GREEN value IS 213 (83.59% from 255) = 34.3%

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

R = 40.26%
G = 34.3%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FAD59E (or 0xFAD59E) is known color: Frangipani. HEX triplet: FA, D5 and 9E. RGB value is (250,213,158). Sum of RGB (Red+Green+Blue) = 250+213+158=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD59E is #052A61. Grayscale: #DADADA. Windows color (decimal): -338530 or 10409466. OLE color: 10409466.

HSL color Cylindrical-coordinate representation of color #FAD59E: hue angle of 35.87º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAD59E is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 213 158 -
CMYK 0 0.15 0.37 0.02
HSL 35.87º 0.9% 0.8% -
HSV(B) 35.87º 0.37% 0.98% -
XYZ 69.39 70.38 42.28 -
YUV 217.79 94.26 150.97 -
System Red Green Blue C M Y K H S L
Decimal 250 213 158 0 0.15 0.37 0.02 35.87 0.9 0.8
Hex FA D5 9E 0 F 25 2 24 5A 50
Octal 372 325 236 0 17 45 2 44 132 120
Binary 11111010 11010101 10011110 0 1111 100101 10 100100 1011010 1010000

Color Harmonies of #FAD59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD59E

Black with #FAD59E

Text Example


Text Example

White with #FAD59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD59E; }

 p { color: rgb(250,213,158); }

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

background-color css

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

 a { background-color: rgb(250,213,158); }

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

border-color css

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

 span { border-color: rgb(250,213,158); }

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