#F895BB

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

Shades of Illusion #F895BB

Tints of Illusion #F895BB

Color information

#F895BB (or 0xF895BB) is unknown color: approx Illusion. HEX triplet: F8, 95 and BB. RGB value is (248,149,187). Sum of RGB (Red+Green+Blue) = 248+149+187=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F895BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F895BB is #076A44. Grayscale: #B6B6B6. Windows color (decimal): -485957 or 12293624. OLE color: 12293624.

HSL color Cylindrical-coordinate representation of color #F895BB: hue angle of 336.97º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F895BB is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248149187-
CMYK00.400.250.03
HSL336.97º87.61%77.84%-
HSV(B)336.97º39.92%97.25%-
XYZ58.4345.0452.63-
YUV182.93130.3174.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.47%
GREEN value IS 149 (58.59% from 255) = 25.51%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=42.47%
G=25.51%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814918700.400.250.03336.9787.6177.84
HexF895BB028193151584e
Octal370225273050313521130116
Binary1111100010010101101110110101000110011110101000110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F895BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F895BB; }

 p { color: rgb(248,149,187); }

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

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

 a { background-color: rgb(248,149,187); }

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

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

 span { border-color: rgb(248,149,187); }

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