#FB778A

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

Shades of Carissma #FB778A

Tints of Carissma #FB778A

Color information

#FB778A (or 0xFB778A) is unknown color: approx Carissma. HEX triplet: FB, 77 and 8A. RGB value is (251,119,138). Sum of RGB (Red+Green+Blue) = 251+119+138=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB778A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB778A is #048875. Grayscale: #A0A0A0. Windows color (decimal): -297078 or 9074683. OLE color: 9074683.

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

Color convert

RGB251119138-
CMYK00.530.450.02
HSL351.36º94.29%72.55%-
HSV(B)351.36º52.59%98.43%-
XYZ50.9735.5428.22-
YUV160.63115.23192.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.41%
GREEN value IS 119 (46.88% from 255) = 23.43%
BLUE value IS 138 (54.30% from 255) = 27.17%
R=49.41%
G=23.43%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111913800.530.450.02351.3694.2972.55
HexFB778A0352D215f5e49
Octal373167212065552537136111
Binary1111101111101111000101001101011011011010101111110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB778A; }

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

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

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

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

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

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

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

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