#FC7E86

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

Shades of Carissma #FC7E86

Tints of Carissma #FC7E86

Color information

#FC7E86 (or 0xFC7E86) is unknown color: approx Carissma. HEX triplet: FC, 7E and 86. RGB value is (252,126,134). Sum of RGB (Red+Green+Blue) = 252+126+134=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7E86 is #038179. Grayscale: #A4A4A4. Windows color (decimal): -229754 or 8814332. OLE color: 8814332.

HSL color Cylindrical-coordinate representation of color #FC7E86: hue angle of 356.19º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7E86 is Cyan = 0, Magento = 0.5, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB252126134-
CMYK00.50.470.01
HSL356.19º95.45%74.12%-
HSV(B)356.19º50%98.82%-
XYZ51.9137.3427.03-
YUV164.59110.74190.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.22%
GREEN value IS 126 (49.61% from 255) = 24.61%
BLUE value IS 134 (52.73% from 255) = 26.17%
R=49.22%
G=24.61%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212613400.50.470.01356.1995.4574.12
HexFC7E860322F11645f4a
Octal374176206062571544137112
Binary111111001111110100001100110010101111110110010010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7E86; }

 p { color: rgb(252,126,134); }

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

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

 a { background-color: rgb(252,126,134); }

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

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

 span { border-color: rgb(252,126,134); }

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