#fc798d

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

Shades of Carissma #FC798D

Tints of Carissma #FC798D

Color information

#FC798D (or 0xFC798D) is unknown color: approx Carissma. HEX triplet: FC, 79 and 8D. RGB value is (252,121,141). Sum of RGB (Red+Green+Blue) = 252+121+141=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC798D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC798D is #038672. Grayscale: #A2A2A2. Windows color (decimal): -231027 or 9271804. OLE color: 9271804.

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

Color convert

RGB252121141-
CMYK00.520.440.01
HSL350.84º95.62%73.14%-
HSV(B)350.84º51.98%98.82%-
XYZ51.7936.2929.47-
YUV162.45115.9191.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.03%
GREEN value IS 121 (47.66% from 255) = 23.54%
BLUE value IS 141 (55.47% from 255) = 27.43%
R=49.03%
G=23.54%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212114100.520.440.01350.8495.6273.14
HexFC798D0342C115f6049
Octal374171215064541537140111
Binary111111001111001100011010110100101100110101111111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc798d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc798d; }

 p { color: rgb(252,121,141); }

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

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

 a { background-color: rgb(252,121,141); }

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

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

 span { border-color: rgb(252,121,141); }

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