#FBD89E

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

Shades of Frangipani #FBD89E

Tints of Frangipani #FBD89E

Color information

#FBD89E (or 0xFBD89E) is unknown color: approx Frangipani. HEX triplet: FB, D8 and 9E. RGB value is (251,216,158). Sum of RGB (Red+Green+Blue) = 251+216+158=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 216 (84.77% from 255 or 34.56% from 625); Blue value is 158 (62.11% from 255 or 25.28% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD89E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD89E is #042761. Grayscale: #DCDCDC. Windows color (decimal): -272226 or 10410235. OLE color: 10410235.

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

Color convert

RGB251216158-
CMYK00.140.370.02
HSL37.42º92.08%80.2%-
HSV(B)37.42º37.05%98.43%-
XYZ70.5172.0942.55-
YUV219.8593.1150.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.16%
GREEN value IS 216 (84.77% from 255) = 34.56%
BLUE value IS 158 (62.11% from 255) = 25.28%
R=40.16%
G=34.56%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121615800.140.370.0237.4292.0880.2
HexFBD89E0E252255c50
Octal37333023601645245134120
Binary111110111101100010011110011101001011010010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD89E; }

 p { color: rgb(251,216,158); }

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

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

 a { background-color: rgb(251,216,158); }

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

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

 span { border-color: rgb(251,216,158); }

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