#F5AB93

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

Shades of Rose Bud #F5AB93

Tints of Rose Bud #F5AB93

Color information

#F5AB93 (or 0xF5AB93) is unknown color: approx Rose Bud. HEX triplet: F5, AB and 93. RGB value is (245,171,147). Sum of RGB (Red+Green+Blue) = 245+171+147=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5AB93 is #0A546C. Grayscale: #BEBEBE. Windows color (decimal): -676973 or 9677813. OLE color: 9677813.

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

Color convert

RGB245171147-
CMYK00.300.40.04
HSL14.69º83.05%76.86%-
HSV(B)14.69º40%96.08%-
XYZ57.4950.6434.35-
YUV190.39103.52166.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.52%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 147 (57.81% from 255) = 26.11%
R=43.52%
G=30.37%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.4
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517114700.300.40.0414.6983.0576.86
HexF5AB9301E284f534d
Octal36525322303650417123115
Binary111101011010101110010011011110101000100111110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AB93; }

 p { color: rgb(245,171,147); }

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

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

 a { background-color: rgb(245,171,147); }

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

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

 span { border-color: rgb(245,171,147); }

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