#FBAE92

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

Shades of Rose Bud #FBAE92

Tints of Rose Bud #FBAE92

Color information

#FBAE92 (or 0xFBAE92) is unknown color: approx Rose Bud. HEX triplet: FB, AE and 92. RGB value is (251,174,146). Sum of RGB (Red+Green+Blue) = 251+174+146=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 146 (57.42% from 255 or 25.57% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAE92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAE92 is #04516D. Grayscale: #C2C2C2. Windows color (decimal): -282990 or 9613051. OLE color: 9613051.

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

Color convert

RGB251174146-
CMYK00.310.420.02
HSL16º92.92%77.84%-
HSV(B)16º41.83%98.43%-
XYZ60.1152.8634.23-
YUV193.83101.01168.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.96%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 146 (57.42% from 255) = 25.57%
R=43.96%
G=30.47%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117414600.310.420.021692.9277.84
HexFBAE9201F2A2105d4e
Octal37325622203752220135116
Binary111110111010111010010010011111101010101000010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAE92; }

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

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

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

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

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

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

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

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