#F2A397

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

Shades of Rose Bud #F2A397

Tints of Rose Bud #F2A397

Color information

#F2A397 (or 0xF2A397) is unknown color: approx Rose Bud. HEX triplet: F2, A3 and 97. RGB value is (242,163,151). Sum of RGB (Red+Green+Blue) = 242+163+151=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A397 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A397 is #0D5C68. Grayscale: #B9B9B9. Windows color (decimal): -875625 or 9937906. OLE color: 9937906.

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

Color convert

RGB242163151-
CMYK00.330.380.05
HSL7.91º77.78%77.06%-
HSV(B)7.91º37.6%94.9%-
XYZ55.347.3135.49-
YUV185.25108.67168.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.53%
GREEN value IS 163 (64.06% from 255) = 29.32%
BLUE value IS 151 (59.38% from 255) = 27.16%
R=43.53%
G=29.32%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216315100.330.380.057.9177.7877.06
HexF2A39702126584e4d
Octal36224322704146510116115
Binary1111001010100011100101110100001100110101100010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A397; }

 p { color: rgb(242,163,151); }

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

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

 a { background-color: rgb(242,163,151); }

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

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

 span { border-color: rgb(242,163,151); }

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