#F2A49C

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

Shades of Rose Bud #F2A49C

Tints of Rose Bud #F2A49C

Color information

#F2A49C (or 0xF2A49C) is unknown color: approx Rose Bud. HEX triplet: F2, A4 and 9C. RGB value is (242,164,156). Sum of RGB (Red+Green+Blue) = 242+164+156=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A49C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A49C is #0D5B63. Grayscale: #BABABA. Windows color (decimal): -875364 or 10265842. OLE color: 10265842.

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

Color convert

RGB242164156-
CMYK00.320.360.05
HSL5.58º76.79%78.04%-
HSV(B)5.58º35.54%94.9%-
XYZ55.8947.8337.74-
YUV186.41110.84167.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.06%
GREEN value IS 164 (64.45% from 255) = 29.18%
BLUE value IS 156 (61.33% from 255) = 27.76%
R=43.06%
G=29.18%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216415600.320.360.055.5876.7978.04
HexF2A49C02024564d4e
Octal3622442340404456115116
Binary111100101010010010011100010000010010010111010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A49C; }

 p { color: rgb(242,164,156); }

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

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

 a { background-color: rgb(242,164,156); }

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

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

 span { border-color: rgb(242,164,156); }

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