#FBAD9F

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

Shades of Rose Bud #FBAD9F

Tints of Rose Bud #FBAD9F

Color information

#FBAD9F (or 0xFBAD9F) is unknown color: approx Rose Bud. HEX triplet: FB, AD and 9F. RGB value is (251,173,159). Sum of RGB (Red+Green+Blue) = 251+173+159=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAD9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAD9F is #045260. Grayscale: #C2C2C2. Windows color (decimal): -283233 or 10464763. OLE color: 10464763.

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

Color convert

RGB251173159-
CMYK00.310.370.02
HSL9.13º92%80.39%-
HSV(B)9.13º36.65%98.43%-
XYZ60.9952.939.8-
YUV194.73107.84168.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 173 (67.97% from 255) = 29.67%
BLUE value IS 159 (62.5% from 255) = 27.27%
R=43.05%
G=29.67%
B=27.27%

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
Decimal25117315900.310.370.029.139280.39
HexFBAD9F01F25295c50
Octal37325523703745211134120
Binary11111011101011011001111101111110010110100110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAD9F; }

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

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

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

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

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

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

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

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