#F3AB95

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

Shades of Rose Bud #F3AB95

Tints of Rose Bud #F3AB95

Color information

#F3AB95 (or 0xF3AB95) is unknown color: approx Rose Bud. HEX triplet: F3, AB and 95. RGB value is (243,171,149). Sum of RGB (Red+Green+Blue) = 243+171+149=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AB95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AB95 is #0C546A. Grayscale: #BEBEBE. Windows color (decimal): -808043 or 9808883. OLE color: 9808883.

HSL color Cylindrical-coordinate representation of color #F3AB95: hue angle of 14.04º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F3AB95 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB243171149-
CMYK00.300.390.05
HSL14.04º79.66%76.86%-
HSV(B)14.04º38.68%95.29%-
XYZ56.9550.3535.15-
YUV190.02104.85165.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.16%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 149 (58.59% from 255) = 26.47%
R=43.16%
G=30.37%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317114900.300.390.0514.0479.6676.86
HexF3AB9501E275e504d
Octal36325322503647516120115
Binary111100111010101110010101011110100111101111010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AB95; }

 p { color: rgb(243,171,149); }

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

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

 a { background-color: rgb(243,171,149); }

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

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

 span { border-color: rgb(243,171,149); }

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