#FBAE9E

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

Shades of Rose Bud #FBAE9E

Tints of Rose Bud #FBAE9E

Color information

#FBAE9E (or 0xFBAE9E) is unknown color: approx Rose Bud. HEX triplet: FB, AE and 9E. RGB value is (251,174,158). Sum of RGB (Red+Green+Blue) = 251+174+158=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAE9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAE9E is #045161. Grayscale: #C3C3C3. Windows color (decimal): -282978 or 10399483. OLE color: 10399483.

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

Color convert

RGB251174158-
CMYK00.310.370.02
HSL10.32º92.08%80.2%-
HSV(B)10.32º37.05%98.43%-
XYZ61.0953.2539.41-
YUV195.2107.01167.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 158 (62.11% from 255) = 27.10%
R=43.05%
G=29.85%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117415800.310.370.0210.3292.0880.2
HexFBAE9E01F252a5c50
Octal37325623603745212134120
Binary11111011101011101001111001111110010110101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAE9E; }

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

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

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

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

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

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

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

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