#FBAD95

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

Shades of Rose Bud #FBAD95

Tints of Rose Bud #FBAD95

Color information

#FBAD95 (or 0xFBAD95) is unknown color: approx Rose Bud. HEX triplet: FB, AD and 95. RGB value is (251,173,149). Sum of RGB (Red+Green+Blue) = 251+173+149=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAD95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAD95 is #04526A. Grayscale: #C1C1C1. Windows color (decimal): -283243 or 9809403. OLE color: 9809403.

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

Color convert

RGB251173149-
CMYK00.310.410.02
HSL14.12º92.73%78.43%-
HSV(B)14.12º40.64%98.43%-
XYZ60.1552.5735.41-
YUV193.59102.84168.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.80%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=43.80%
G=30.19%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117314900.310.410.0214.1292.7378.43
HexFBAD9501F292e5d4e
Octal37325522503751216135116
Binary11111011101011011001010101111110100110111010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAD95; }

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

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

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

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

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

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

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

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