#FBAE9A

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

Shades of Rose Bud #FBAE9A

Tints of Rose Bud #FBAE9A

Color information

#FBAE9A (or 0xFBAE9A) is unknown color: approx Rose Bud. HEX triplet: FB, AE and 9A. RGB value is (251,174,154). Sum of RGB (Red+Green+Blue) = 251+174+154=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAE9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAE9A is #045165. Grayscale: #C2C2C2. Windows color (decimal): -282982 or 10137339. OLE color: 10137339.

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

Color convert

RGB251174154-
CMYK00.310.390.02
HSL12.37º92.38%79.41%-
HSV(B)12.37º38.65%98.43%-
XYZ60.7553.1137.62-
YUV194.74105.01168.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.35%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 154 (60.55% from 255) = 26.60%
R=43.35%
G=30.05%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117415400.310.390.0212.3792.3879.41
HexFBAE9A01F272c5c4f
Octal37325623203747214134117
Binary11111011101011101001101001111110011110110010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAE9A; }

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

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

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

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

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

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

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

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