#FBD79E

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

Shades of Frangipani #FBD79E

Tints of Frangipani #FBD79E

Color information

#FBD79E (or 0xFBD79E) is unknown color: approx Frangipani. HEX triplet: FB, D7 and 9E. RGB value is (251,215,158). Sum of RGB (Red+Green+Blue) = 251+215+158=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 215 (84.38% from 255 or 34.46% from 624); Blue value is 158 (62.11% from 255 or 25.32% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD79E is #042861. Grayscale: #DBDBDB. Windows color (decimal): -272482 or 10409979. OLE color: 10409979.

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

Color convert

RGB251215158-
CMYK00.140.370.02
HSL36.77º92.08%80.2%-
HSV(B)36.77º37.05%98.43%-
XYZ70.2671.5842.46-
YUV219.2793.43150.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 215 (84.38% from 255) = 34.46%
BLUE value IS 158 (62.11% from 255) = 25.32%
R=40.22%
G=34.46%
B=25.32%

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
Decimal25121515800.140.370.0236.7792.0880.2
HexFBD79E0E252255c50
Octal37332723601645245134120
Binary111110111101011110011110011101001011010010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD79E; }

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

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

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

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

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

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

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

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