#FBAE90

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

Shades of Rose Bud #FBAE90

Tints of Rose Bud #FBAE90

Color information

#FBAE90 (or 0xFBAE90) is unknown color: approx Rose Bud. HEX triplet: FB, AE and 90. RGB value is (251,174,144). Sum of RGB (Red+Green+Blue) = 251+174+144=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 144 (56.64% from 255 or 25.31% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAE90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAE90 is #04516F. Grayscale: #C1C1C1. Windows color (decimal): -282992 or 9481979. OLE color: 9481979.

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

Color convert

RGB251174144-
CMYK00.310.430.02
HSL16.82º93.04%77.45%-
HSV(B)16.82º42.63%98.43%-
XYZ59.9552.7933.42-
YUV193.6100.01168.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.11%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 144 (56.64% from 255) = 25.31%
R=44.11%
G=30.58%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117414400.310.430.0216.8293.0477.45
HexFBAE9001F2B2115d4d
Octal37325622003753221135115
Binary111110111010111010010000011111101011101000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAE90; }

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

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

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

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

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

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

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

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