#FBAD97

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

Shades of Rose Bud #FBAD97

Tints of Rose Bud #FBAD97

Color information

#FBAD97 (or 0xFBAD97) is unknown color: approx Rose Bud. HEX triplet: FB, AD and 97. RGB value is (251,173,151). Sum of RGB (Red+Green+Blue) = 251+173+151=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 151 (59.38% from 255 or 26.26% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAD97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAD97 is #045268. Grayscale: #C1C1C1. Windows color (decimal): -283241 or 9940475. OLE color: 9940475.

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

Color convert

RGB251173151-
CMYK00.310.400.02
HSL13.2º92.59%78.82%-
HSV(B)13.2º39.84%98.43%-
XYZ60.3152.6336.26-
YUV193.81103.84168.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.65%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 151 (59.38% from 255) = 26.26%
R=43.65%
G=30.09%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117315100.310.400.0213.292.5978.82
HexFBAD9701F282d5d4f
Octal37325522703750215135117
Binary11111011101011011001011101111110100010110110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAD97; }

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

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

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

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

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

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

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

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