#F3A298

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

Shades of Rose Bud #F3A298

Tints of Rose Bud #F3A298

Color information

#F3A298 (or 0xF3A298) is unknown color: approx Rose Bud. HEX triplet: F3, A2 and 98. RGB value is (243,162,152). Sum of RGB (Red+Green+Blue) = 243+162+152=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A298 is #0C5D67. Grayscale: #B9B9B9. Windows color (decimal): -810344 or 10003187. OLE color: 10003187.

HSL color Cylindrical-coordinate representation of color #F3A298: hue angle of 6.59º 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 #F3A298 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB243162152-
CMYK00.330.370.05
HSL6.59º79.13%77.45%-
HSV(B)6.59º37.45%95.29%-
XYZ55.5547.1635.88-
YUV185.08109.34169.31-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.63%
GREEN value IS 162 (63.67% from 255) = 29.08%
BLUE value IS 152 (59.77% from 255) = 27.29%
R=43.63%
G=29.08%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24316215200.330.370.056.5979.1377.45
HexF3A29802125574f4d
Octal3632422300414557117115
Binary111100111010001010011000010000110010110111110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A298; }

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

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

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

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

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

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

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

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