#FBA99E

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

Shades of Rose Bud #FBA99E

Tints of Rose Bud #FBA99E

Color information

#FBA99E (or 0xFBA99E) is unknown color: approx Rose Bud. HEX triplet: FB, A9 and 9E. RGB value is (251,169,158). Sum of RGB (Red+Green+Blue) = 251+169+158=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA99E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA99E is #045661. Grayscale: #C0C0C0. Windows color (decimal): -284258 or 10398203. OLE color: 10398203.

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

Color convert

RGB251169158-
CMYK00.330.370.02
HSL7.1º92.08%80.2%-
HSV(B)7.1º37.05%98.43%-
XYZ60.1451.3539.09-
YUV192.26108.67169.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.43%
GREEN value IS 169 (66.41% from 255) = 29.24%
BLUE value IS 158 (62.11% from 255) = 27.34%
R=43.43%
G=29.24%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116915800.330.370.027.192.0880.2
HexFBA99E02125275c50
Octal3732512360414527134120
Binary11111011101010011001111001000011001011011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA99E; }

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

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

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

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

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

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

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

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