#F2A893

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

Shades of Rose Bud #F2A893

Tints of Rose Bud #F2A893

Color information

#F2A893 (or 0xF2A893) is unknown color: approx Rose Bud. HEX triplet: F2, A8 and 93. RGB value is (242,168,147). Sum of RGB (Red+Green+Blue) = 242+168+147=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A893 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A893 is #0D576C. Grayscale: #BBBBBB. Windows color (decimal): -874349 or 9677042. OLE color: 9677042.

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

Color convert

RGB242168147-
CMYK00.310.390.05
HSL13.26º78.51%76.27%-
HSV(B)13.26º39.26%94.9%-
XYZ55.8948.9934.11-
YUV187.73105.02166.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.45%
GREEN value IS 168 (66.02% from 255) = 30.16%
BLUE value IS 147 (57.81% from 255) = 26.39%
R=43.45%
G=30.16%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216814700.310.390.0513.2678.5176.27
HexF2A89301F275d4f4c
Octal36225022303747515117114
Binary111100101010100010010011011111100111101110110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A893; }

 p { color: rgb(242,168,147); }

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

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

 a { background-color: rgb(242,168,147); }

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

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

 span { border-color: rgb(242,168,147); }

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