#FBAD90

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

Shades of Rose Bud #FBAD90

Tints of Rose Bud #FBAD90

Color information

#FBAD90 (or 0xFBAD90) is unknown color: approx Rose Bud. HEX triplet: FB, AD and 90. RGB value is (251,173,144). Sum of RGB (Red+Green+Blue) = 251+173+144=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAD90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAD90 is #04526F. Grayscale: #C1C1C1. Windows color (decimal): -283248 or 9481723. OLE color: 9481723.

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

Color convert

RGB251173144-
CMYK00.310.430.02
HSL16.26º93.04%77.45%-
HSV(B)16.26º42.63%98.43%-
XYZ59.7652.4133.35-
YUV193.02100.34169.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.19%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 144 (56.64% from 255) = 25.35%
R=44.19%
G=30.46%
B=25.35%

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
Decimal25117314400.310.430.0216.2693.0477.45
HexFBAD9001F2B2105d4d
Octal37325522003753220135115
Binary111110111010110110010000011111101011101000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAD90; }

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

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

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

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

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

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

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

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