#F3AA98

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

Shades of Rose Bud #F3AA98

Tints of Rose Bud #F3AA98

Color information

#F3AA98 (or 0xF3AA98) is unknown color: approx Rose Bud. HEX triplet: F3, AA and 98. RGB value is (243,170,152). Sum of RGB (Red+Green+Blue) = 243+170+152=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AA98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AA98 is #0C5567. Grayscale: #BDBDBD. Windows color (decimal): -808296 or 10005235. OLE color: 10005235.

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

Color convert

RGB243170152-
CMYK00.300.370.05
HSL11.87º79.13%77.45%-
HSV(B)11.87º37.45%95.29%-
XYZ5750.0736.37-
YUV189.78106.68165.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.01%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 152 (59.77% from 255) = 26.90%
R=43.01%
G=30.09%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317015200.300.370.0511.8779.1377.45
HexF3AA9801E255c4f4d
Octal36325223003645514117115
Binary111100111010101010011000011110100101101110010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AA98; }

 p { color: rgb(243,170,152); }

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

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

 a { background-color: rgb(243,170,152); }

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

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

 span { border-color: rgb(243,170,152); }

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