#FC7E8A

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

Shades of Carissma #FC7E8A

Tints of Carissma #FC7E8A

Color information

#FC7E8A (or 0xFC7E8A) is unknown color: approx Carissma. HEX triplet: FC, 7E and 8A. RGB value is (252,126,138). Sum of RGB (Red+Green+Blue) = 252+126+138=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7E8A is #038175. Grayscale: #A5A5A5. Windows color (decimal): -229750 or 9076476. OLE color: 9076476.

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

Color convert

RGB252126138-
CMYK00.50.450.01
HSL354.29º95.45%74.12%-
HSV(B)354.29º50%98.82%-
XYZ52.1937.4528.52-
YUV165.04112.74190.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.84%
GREEN value IS 126 (49.61% from 255) = 24.42%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=48.84%
G=24.42%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212613800.50.450.01354.2995.4574.12
HexFC7E8A0322D11625f4a
Octal374176212062551542137112
Binary111111001111110100010100110010101101110110001010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7E8A; }

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

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

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

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

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

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

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

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