#FAD29F

Color #FAD29F Frangipani (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frangipani #FAD29F

Tints of Frangipani #FAD29F

Color information

#FAD29F (or 0xFAD29F) is unknown color: approx Frangipani. HEX triplet: FA, D2 and 9F. RGB value is (250,210,159). Sum of RGB (Red+Green+Blue) = 250+210+159=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 159 (62.5% from 255 or 25.69% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD29F is #052D60. Grayscale: #D8D8D8. Windows color (decimal): -339297 or 10474234. OLE color: 10474234.

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

Color convert

RGB250210159-
CMYK00.160.360.02
HSL33.63º90.1%80.2%-
HSV(B)33.63º36.4%98.04%-
XYZ68.7368.9242.48-
YUV216.1595.75152.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 210 (82.42% from 255) = 33.93%
BLUE value IS 159 (62.5% from 255) = 25.69%
R=40.39%
G=33.93%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021015900.160.360.0233.6390.180.2
HexFAD29F010242225a50
Octal37232223702044242132120
Binary1111101011010010100111110100001001001010001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD29F; }

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

 H1.HeaderClassName
 {
   color: #FAD29F;
 }
 .AnyTagClassName
 {
   color: #FAD29F;
 }
</style>
background-color css

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

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

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

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

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

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