#FB788A

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

Shades of Carissma #FB788A

Tints of Carissma #FB788A

Color information

#FB788A (or 0xFB788A) is unknown color: approx Carissma. HEX triplet: FB, 78 and 8A. RGB value is (251,120,138). Sum of RGB (Red+Green+Blue) = 251+120+138=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB788A is #048775. Grayscale: #A1A1A1. Windows color (decimal): -296822 or 9074939. OLE color: 9074939.

HSL color Cylindrical-coordinate representation of color #FB788A: hue angle of 351.76º 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 #FB788A is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB251120138-
CMYK00.520.450.02
HSL351.76º94.24%72.75%-
HSV(B)351.76º52.19%98.43%-
XYZ51.0935.7828.26-
YUV161.22114.9192.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.31%
GREEN value IS 120 (47.27% from 255) = 23.58%
BLUE value IS 138 (54.30% from 255) = 27.11%
R=49.31%
G=23.58%
B=27.11%

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
Decimal25112013800.520.450.02351.7694.2472.75
HexFB788A0342D21605e49
Octal373170212064552540136111
Binary1111101111110001000101001101001011011010110000010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB788A; }

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

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

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

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

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

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

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

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