#FC788A

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

Shades of Carissma #FC788A

Tints of Carissma #FC788A

Color information

#FC788A (or 0xFC788A) is unknown color: approx Carissma. HEX triplet: FC, 78 and 8A. RGB value is (252,120,138). Sum of RGB (Red+Green+Blue) = 252+120+138=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC788A is #038775. Grayscale: #A1A1A1. Windows color (decimal): -231286 or 9074940. OLE color: 9074940.

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

Color convert

RGB252120138-
CMYK00.520.450.01
HSL351.82º95.65%72.94%-
HSV(B)351.82º52.38%98.82%-
XYZ51.4535.9628.27-
YUV161.52114.73192.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.41%
GREEN value IS 120 (47.27% from 255) = 23.53%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=49.41%
G=23.53%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212013800.520.450.01351.8295.6572.94
HexFC788A0342D11606049
Octal374170212064551540140111
Binary111111001111000100010100110100101101110110000011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC788A; }

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

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

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

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

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

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

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

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