#F6AB9E

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

Shades of Rose Bud #F6AB9E

Tints of Rose Bud #F6AB9E

Color information

#F6AB9E (or 0xF6AB9E) is unknown color: approx Rose Bud. HEX triplet: F6, AB and 9E. RGB value is (246,171,158). Sum of RGB (Red+Green+Blue) = 246+171+158=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AB9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AB9E is #095461. Grayscale: #C0C0C0. Windows color (decimal): -611426 or 10398710. OLE color: 10398710.

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

Color convert

RGB246171158-
CMYK00.300.360.04
HSL8.86º83.02%79.22%-
HSV(B)8.86º35.77%96.47%-
XYZ58.7451.1939.13-
YUV191.94108.85166.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.78%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 158 (62.11% from 255) = 27.48%
R=42.78%
G=29.74%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617115800.300.360.048.8683.0279.22
HexF6AB9E01E2449534f
Octal36625323603644411123117
Binary111101101010101110011110011110100100100100110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AB9E; }

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

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

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

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

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

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

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

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