#FB7889

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

Shades of Carissma #FB7889

Tints of Carissma #FB7889

Color information

#FB7889 (or 0xFB7889) is unknown color: approx Carissma. HEX triplet: FB, 78 and 89. RGB value is (251,120,137). Sum of RGB (Red+Green+Blue) = 251+120+137=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7889 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7889 is #048776. Grayscale: #A1A1A1. Windows color (decimal): -296823 or 9009403. OLE color: 9009403.

HSL color Cylindrical-coordinate representation of color #FB7889: hue angle of 352.21º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB7889 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB251120137-
CMYK00.520.450.02
HSL352.21º94.24%72.75%-
HSV(B)352.21º52.19%98.43%-
XYZ51.0235.7527.88-
YUV161.11114.4192.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.41%
GREEN value IS 120 (47.27% from 255) = 23.62%
BLUE value IS 137 (53.91% from 255) = 26.97%
R=49.41%
G=23.62%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112013700.520.450.02352.2194.2472.75
HexFB78890342D21605e49
Octal373170211064552540136111
Binary1111101111110001000100101101001011011010110000010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7889; }

 p { color: rgb(251,120,137); }

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

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

 a { background-color: rgb(251,120,137); }

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

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

 span { border-color: rgb(251,120,137); }

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