#F6A697

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

Shades of Rose Bud #F6A697

Tints of Rose Bud #F6A697

Color information

#F6A697 (or 0xF6A697) is unknown color: approx Rose Bud. HEX triplet: F6, A6 and 97. RGB value is (246,166,151). Sum of RGB (Red+Green+Blue) = 246+166+151=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A697 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A697 is #095968. Grayscale: #BCBCBC. Windows color (decimal): -612713 or 9938678. OLE color: 9938678.

HSL color Cylindrical-coordinate representation of color #F6A697: hue angle of 9.47º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6A697 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB246166151-
CMYK00.330.390.04
HSL9.47º84.07%77.84%-
HSV(B)9.47º38.62%96.47%-
XYZ57.2349.135.74-
YUV188.21107169.22-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.69%
GREEN value IS 166 (65.23% from 255) = 29.48%
BLUE value IS 151 (59.38% from 255) = 26.82%
R=43.69%
G=29.48%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616615100.330.390.049.4784.0777.84
HexF6A6970212749544e
Octal36624622704147411124116
Binary1111011010100110100101110100001100111100100110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A697; }

 p { color: rgb(246,166,151); }

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

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

 a { background-color: rgb(246,166,151); }

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

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

 span { border-color: rgb(246,166,151); }

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