#FADA9D

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

Shades of Frangipani #FADA9D

Tints of Frangipani #FADA9D

Color information

#FADA9D (or 0xFADA9D) is unknown color: approx Frangipani. HEX triplet: FA, DA and 9D. RGB value is (250,218,157). Sum of RGB (Red+Green+Blue) = 250+218+157=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 157 (61.72% from 255 or 25.12% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADA9D is #052562. Grayscale: #DCDCDC. Windows color (decimal): -337251 or 10345210. OLE color: 10345210.

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

Color convert

RGB250218157-
CMYK00.130.370.02
HSL39.35º90.29%79.8%-
HSV(B)39.35º37.2%98.04%-
XYZ70.5872.942.25-
YUV220.6192.1148.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 218 (85.55% from 255) = 34.88%
BLUE value IS 157 (61.72% from 255) = 25.12%
R=40%
G=34.88%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021815700.130.370.0239.3590.2979.8
HexFADA9D0D252275a50
Octal37233223501545247132120
Binary111110101101101010011101011011001011010011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADA9D; }

 p { color: rgb(250,218,157); }

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

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

 a { background-color: rgb(250,218,157); }

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

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

 span { border-color: rgb(250,218,157); }

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