#f696ae

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

Shades of Illusion #F696AE

Tints of Illusion #F696AE

Color information

#F696AE (or 0xF696AE) is unknown color: approx Illusion. HEX triplet: F6, 96 and AE. RGB value is (246,150,174). Sum of RGB (Red+Green+Blue) = 246+150+174=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F696AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F696AE is #096951. Grayscale: #B5B5B5. Windows color (decimal): -616786 or 11441910. OLE color: 11441910.

HSL color Cylindrical-coordinate representation of color #F696AE: hue angle of 345º 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 #F696AE is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB246150174-
CMYK00.390.290.04
HSL345º84.21%77.65%-
HSV(B)345º39.02%96.47%-
XYZ56.5544.4645.65-
YUV181.44123.8174.05-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.16%
GREEN value IS 150 (58.98% from 255) = 26.32%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=43.16%
G=26.32%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615017400.390.290.0434584.2177.65
HexF696AE0271D4159544e
Octal366226256047354531124116
Binary11110110100101101010111001001111110110010101100110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f696ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f696ae; }

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

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

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

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

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

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

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

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