#FC95C0

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

Shades of Carnation Pink #FC95C0

Tints of Carnation Pink #FC95C0

Color information

#FC95C0 (or 0xFC95C0) is unknown color: approx Carnation Pink. HEX triplet: FC, 95 and C0. RGB value is (252,149,192). Sum of RGB (Red+Green+Blue) = 252+149+192=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC95C0 is #036A3F. Grayscale: #B8B8B8. Windows color (decimal): -223808 or 12621308. OLE color: 12621308.

HSL color Cylindrical-coordinate representation of color #FC95C0: hue angle of 334.95º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FC95C0 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB252149192-
CMYK00.410.240.01
HSL334.95º94.5%78.63%-
HSV(B)334.95º40.87%98.82%-
XYZ60.414655.56-
YUV184.7132.12176-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.50%
GREEN value IS 149 (58.59% from 255) = 25.13%
BLUE value IS 192 (75.39% from 255) = 32.38%
R=42.50%
G=25.13%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214919200.410.240.01334.9594.578.63
HexFC95C002918114f5e4f
Octal374225300051301517136117
Binary111111001001010111000000010100111000110100111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC95C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC95C0; }

 p { color: rgb(252,149,192); }

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

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

 a { background-color: rgb(252,149,192); }

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

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

 span { border-color: rgb(252,149,192); }

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