#F6AB9B

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

Shades of Rose Bud #F6AB9B

Tints of Rose Bud #F6AB9B

Color information

#F6AB9B (or 0xF6AB9B) is unknown color: approx Rose Bud. HEX triplet: F6, AB and 9B. RGB value is (246,171,155). Sum of RGB (Red+Green+Blue) = 246+171+155=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AB9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AB9B is #095464. Grayscale: #BFBFBF. Windows color (decimal): -611429 or 10202102. OLE color: 10202102.

HSL color Cylindrical-coordinate representation of color #F6AB9B: hue angle of 10.55º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6AB9B is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB246171155-
CMYK00.300.370.04
HSL10.55º83.49%78.63%-
HSV(B)10.55º36.99%96.47%-
XYZ58.4951.0937.79-
YUV191.6107.35166.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.01%
GREEN value IS 171 (67.19% from 255) = 29.90%
BLUE value IS 155 (60.94% from 255) = 27.10%
R=43.01%
G=29.90%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617115500.300.370.0410.5583.4978.63
HexF6AB9B01E254b534f
Octal36625323303645413123117
Binary111101101010101110011011011110100101100101110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AB9B; }

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

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

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

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

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

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

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

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