#F29EB1

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

Shades of Illusion #F29EB1

Tints of Illusion #F29EB1

Color information

#F29EB1 (or 0xF29EB1) is unknown color: approx Illusion. HEX triplet: F2, 9E and B1. RGB value is (242,158,177). Sum of RGB (Red+Green+Blue) = 242+158+177=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29EB1 is #0D614E. Grayscale: #B9B9B9. Windows color (decimal): -876879 or 11640562. OLE color: 11640562.

HSL color Cylindrical-coordinate representation of color #F29EB1: hue angle of 346.43º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F29EB1 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB242158177-
CMYK00.350.270.05
HSL346.43º76.36%78.43%-
HSV(B)346.43º34.71%94.9%-
XYZ56.7846.5147.58-
YUV185.28123.33168.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.94%
GREEN value IS 158 (62.11% from 255) = 27.38%
BLUE value IS 177 (69.53% from 255) = 30.68%
R=41.94%
G=27.38%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215817700.350.270.05346.4376.3678.43
HexF29EB10231B515a4c4e
Octal362236261043335532114116
Binary11110010100111101011000101000111101110110101101010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29EB1; }

 p { color: rgb(242,158,177); }

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

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

 a { background-color: rgb(242,158,177); }

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

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

 span { border-color: rgb(242,158,177); }

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