#FBAF9C

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

Shades of Rose Bud #FBAF9C

Tints of Rose Bud #FBAF9C

Color information

#FBAF9C (or 0xFBAF9C) is unknown color: approx Rose Bud. HEX triplet: FB, AF and 9C. RGB value is (251,175,156). Sum of RGB (Red+Green+Blue) = 251+175+156=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAF9C is #045063. Grayscale: #C3C3C3. Windows color (decimal): -282724 or 10268667. OLE color: 10268667.

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

Color convert

RGB251175156-
CMYK00.300.380.02
HSL12º92.23%79.8%-
HSV(B)12º37.85%98.43%-
XYZ61.1153.5738.57-
YUV195.56105.68167.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.13%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 156 (61.33% from 255) = 26.80%
R=43.13%
G=30.07%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117515600.300.380.021292.2379.8
HexFBAF9C01E262c5c50
Octal37325723403646214134120
Binary11111011101011111001110001111010011010110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAF9C; }

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

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

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

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

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

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

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

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