#FBAE9D

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

Shades of Rose Bud #FBAE9D

Tints of Rose Bud #FBAE9D

Color information

#FBAE9D (or 0xFBAE9D) is unknown color: approx Rose Bud. HEX triplet: FB, AE and 9D. RGB value is (251,174,157). Sum of RGB (Red+Green+Blue) = 251+174+157=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 157 (61.72% from 255 or 26.98% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAE9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAE9D is #045162. Grayscale: #C3C3C3. Windows color (decimal): -282979 or 10333947. OLE color: 10333947.

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

Color convert

RGB251174157-
CMYK00.310.370.02
HSL10.85º92.16%80%-
HSV(B)10.85º37.45%98.43%-
XYZ61.0153.2238.95-
YUV195.08106.51167.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.13%
GREEN value IS 174 (68.36% from 255) = 29.90%
BLUE value IS 157 (61.72% from 255) = 26.98%
R=43.13%
G=29.90%
B=26.98%

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
Decimal25117415700.310.370.0210.8592.1680
HexFBAE9D01F252b5c50
Octal37325623503745213134120
Binary11111011101011101001110101111110010110101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAE9D; }

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

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

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

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

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

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

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

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