#FB8CB2

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

Shades of Illusion #FB8CB2

Tints of Illusion #FB8CB2

Color information

#FB8CB2 (or 0xFB8CB2) is unknown color: approx Illusion. HEX triplet: FB, 8C and B2. RGB value is (251,140,178). Sum of RGB (Red+Green+Blue) = 251+140+178=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8CB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8CB2 is #04734D. Grayscale: #B1B1B1. Windows color (decimal): -291662 or 11701499. OLE color: 11701499.

HSL color Cylindrical-coordinate representation of color #FB8CB2: hue angle of 339.46º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB8CB2 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB251140178-
CMYK00.440.290.02
HSL339.46º93.28%76.67%-
HSV(B)339.46º44.22%98.43%-
XYZ57.242.4847.3-
YUV177.52128.27180.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.11%
GREEN value IS 140 (55.08% from 255) = 24.60%
BLUE value IS 178 (69.92% from 255) = 31.28%
R=44.11%
G=24.60%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114017800.440.290.02339.4693.2876.67
HexFB8CB202C1D21535d4d
Octal373214262054352523135115
Binary1111101110001100101100100101100111011010101001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8CB2; }

 p { color: rgb(251,140,178); }

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

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

 a { background-color: rgb(251,140,178); }

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

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

 span { border-color: rgb(251,140,178); }

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