#F2A695

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

Shades of Rose Bud #F2A695

Tints of Rose Bud #F2A695

Color information

#F2A695 (or 0xF2A695) is unknown color: approx Rose Bud. HEX triplet: F2, A6 and 95. RGB value is (242,166,149). Sum of RGB (Red+Green+Blue) = 242+166+149=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A695 is #0D596A. Grayscale: #BABABA. Windows color (decimal): -874859 or 9807602. OLE color: 9807602.

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

Color convert

RGB242166149-
CMYK00.310.380.05
HSL10.97º78.15%76.67%-
HSV(B)10.97º38.43%94.9%-
XYZ55.6848.3234.83-
YUV186.79106.68167.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.45%
GREEN value IS 166 (65.23% from 255) = 29.80%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=43.45%
G=29.80%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216614900.310.380.0510.9778.1576.67
HexF2A69501F265b4e4d
Octal36224622503746513116115
Binary111100101010011010010101011111100110101101110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A695; }

 p { color: rgb(242,166,149); }

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

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

 a { background-color: rgb(242,166,149); }

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

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

 span { border-color: rgb(242,166,149); }

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