#FBD9A5

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

Shades of Frangipani #FBD9A5

Tints of Frangipani #FBD9A5

Color information

#FBD9A5 (or 0xFBD9A5) is unknown color: approx Frangipani. HEX triplet: FB, D9 and A5. RGB value is (251,217,165). Sum of RGB (Red+Green+Blue) = 251+217+165=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 165 (64.84% from 255 or 26.07% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD9A5 is #04265A. Grayscale: #DDDDDD. Windows color (decimal): -271963 or 10869243. OLE color: 10869243.

HSL color Cylindrical-coordinate representation of color #FBD9A5: hue angle of 36.28º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBD9A5 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB251217165-
CMYK00.140.340.02
HSL36.28º91.49%81.57%-
HSV(B)36.28º34.26%98.43%-
XYZ71.3972.8545.9-
YUV221.2496.26149.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 165 (64.84% from 255) = 26.07%
R=39.65%
G=34.28%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121716500.140.340.0236.2891.4981.57
HexFBD9A50E222245b52
Octal37333124501642244133122
Binary111110111101100110100101011101000101010010010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD9A5; }

 p { color: rgb(251,217,165); }

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

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

 a { background-color: rgb(251,217,165); }

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

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

 span { border-color: rgb(251,217,165); }

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