#F6AE98

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

Shades of Rose Bud #F6AE98

Tints of Rose Bud #F6AE98

Color information

#F6AE98 (or 0xF6AE98) is unknown color: approx Rose Bud. HEX triplet: F6, AE and 98. RGB value is (246,174,152). Sum of RGB (Red+Green+Blue) = 246+174+152=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AE98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AE98 is #095167. Grayscale: #C1C1C1. Windows color (decimal): -610664 or 10006262. OLE color: 10006262.

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

Color convert

RGB246174152-
CMYK00.290.380.04
HSL14.04º83.93%78.04%-
HSV(B)14.04º38.21%96.47%-
XYZ58.8152.1336.67-
YUV193.02104.85165.79-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.01%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 152 (59.77% from 255) = 26.57%
R=43.01%
G=30.42%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617415200.290.380.0414.0483.9378.04
HexF6AE9801D264e544e
Octal36625623003546416124116
Binary111101101010111010011000011101100110100111010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AE98; }

 p { color: rgb(246,174,152); }

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

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

 a { background-color: rgb(246,174,152); }

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

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

 span { border-color: rgb(246,174,152); }

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