#F9AB9B

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

Shades of Rose Bud #F9AB9B

Tints of Rose Bud #F9AB9B

Color information

#F9AB9B (or 0xF9AB9B) is unknown color: approx Rose Bud. HEX triplet: F9, AB and 9B. RGB value is (249,171,155). Sum of RGB (Red+Green+Blue) = 249+171+155=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AB9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AB9B is #065464. Grayscale: #C0C0C0. Windows color (decimal): -414821 or 10202105. OLE color: 10202105.

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

Color convert

RGB249171155-
CMYK00.310.380.02
HSL10.21º88.68%79.22%-
HSV(B)10.21º37.75%97.65%-
XYZ59.5551.6337.84-
YUV192.5106.84168.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.30%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 155 (60.94% from 255) = 26.96%
R=43.30%
G=29.74%
B=26.96%

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
Decimal24917115500.310.380.0210.2188.6879.22
HexF9AB9B01F262a594f
Octal37125323303746212131117
Binary11111001101010111001101101111110011010101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AB9B; }

 p { color: rgb(249,171,155); }

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

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

 a { background-color: rgb(249,171,155); }

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

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

 span { border-color: rgb(249,171,155); }

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