#FC7E8B

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

Shades of Carissma #FC7E8B

Tints of Carissma #FC7E8B

Color information

#FC7E8B (or 0xFC7E8B) is unknown color: approx Carissma. HEX triplet: FC, 7E and 8B. RGB value is (252,126,139). Sum of RGB (Red+Green+Blue) = 252+126+139=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7E8B is #038174. Grayscale: #A5A5A5. Windows color (decimal): -229749 or 9142012. OLE color: 9142012.

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

Color convert

RGB252126139-
CMYK00.50.450.01
HSL353.81º95.45%74.12%-
HSV(B)353.81º50%98.82%-
XYZ52.2737.4828.91-
YUV165.16113.24189.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.74%
GREEN value IS 126 (49.61% from 255) = 24.37%
BLUE value IS 139 (54.69% from 255) = 26.89%
R=48.74%
G=24.37%
B=26.89%

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
Decimal25212613900.50.450.01353.8195.4574.12
HexFC7E8B0322D11625f4a
Octal374176213062551542137112
Binary111111001111110100010110110010101101110110001010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7E8B; }

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

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

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

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

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

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

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

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