#FBAE96

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

Shades of Rose Bud #FBAE96

Tints of Rose Bud #FBAE96

Color information

#FBAE96 (or 0xFBAE96) is unknown color: approx Rose Bud. HEX triplet: FB, AE and 96. RGB value is (251,174,150). Sum of RGB (Red+Green+Blue) = 251+174+150=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAE96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAE96 is #045169. Grayscale: #C2C2C2. Windows color (decimal): -282986 or 9875195. OLE color: 9875195.

HSL color Cylindrical-coordinate representation of color #FBAE96: hue angle of 14.26º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FBAE96 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB251174150-
CMYK00.310.400.02
HSL14.26º92.66%78.63%-
HSV(B)14.26º40.24%98.43%-
XYZ60.4252.9835.9-
YUV194.29103.01168.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.65%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 150 (58.98% from 255) = 26.09%
R=43.65%
G=30.26%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117415000.310.400.0214.2692.6678.63
HexFBAE9601F282e5d4f
Octal37325622603750216135117
Binary11111011101011101001011001111110100010111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAE96; }

 p { color: rgb(251,174,150); }

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

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

 a { background-color: rgb(251,174,150); }

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

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

 span { border-color: rgb(251,174,150); }

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