#F2A798

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

Shades of Rose Bud #F2A798

Tints of Rose Bud #F2A798

Color information

#F2A798 (or 0xF2A798) is unknown color: approx Rose Bud. HEX triplet: F2, A7 and 98. RGB value is (242,167,152). Sum of RGB (Red+Green+Blue) = 242+167+152=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A798 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A798 is #0D5867. Grayscale: #BBBBBB. Windows color (decimal): -874600 or 10004466. OLE color: 10004466.

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

Color convert

RGB242167152-
CMYK00.310.370.05
HSL10º77.59%77.25%-
HSV(B)10º37.19%94.9%-
XYZ56.148.7836.16-
YUV187.72107.85166.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.14%
GREEN value IS 167 (65.62% from 255) = 29.77%
BLUE value IS 152 (59.77% from 255) = 27.09%
R=43.14%
G=29.77%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216715200.310.370.051077.5977.25
HexF2A79801F255a4e4d
Octal36224723003745512116115
Binary111100101010011110011000011111100101101101010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A798; }

 p { color: rgb(242,167,152); }

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

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

 a { background-color: rgb(242,167,152); }

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

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

 span { border-color: rgb(242,167,152); }

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