#FBAD9C

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

Shades of Rose Bud #FBAD9C

Tints of Rose Bud #FBAD9C

Color information

#FBAD9C (or 0xFBAD9C) is unknown color: approx Rose Bud. HEX triplet: FB, AD and 9C. RGB value is (251,173,156). Sum of RGB (Red+Green+Blue) = 251+173+156=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 156 (61.33% from 255 or 26.90% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAD9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAD9C is #045263. Grayscale: #C2C2C2. Windows color (decimal): -283236 or 10268155. OLE color: 10268155.

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

Color convert

RGB251173156-
CMYK00.310.380.02
HSL10.74º92.23%79.8%-
HSV(B)10.74º37.85%98.43%-
XYZ60.7352.838.44-
YUV194.38106.34168.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.28%
GREEN value IS 173 (67.97% from 255) = 29.83%
BLUE value IS 156 (61.33% from 255) = 26.90%
R=43.28%
G=29.83%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117315600.310.380.0210.7492.2379.8
HexFBAD9C01F262b5c50
Octal37325523403746213134120
Binary11111011101011011001110001111110011010101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAD9C; }

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

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

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

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

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

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

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

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