#FC98CE

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

Shades of Carnation Pink #FC98CE

Tints of Carnation Pink #FC98CE

Color information

#FC98CE (or 0xFC98CE) is unknown color: approx Carnation Pink. HEX triplet: FC, 98 and CE. RGB value is (252,152,206). Sum of RGB (Red+Green+Blue) = 252+152+206=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC98CE is #036731. Grayscale: #BBBBBB. Windows color (decimal): -223026 or 13539580. OLE color: 13539580.

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

Color convert

RGB252152206-
CMYK00.400.180.01
HSL327.6º94.34%79.22%-
HSV(B)327.6º39.68%98.82%-
XYZ62.5147.6164.29-
YUV188.06138.13173.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.31%
GREEN value IS 152 (59.77% from 255) = 24.92%
BLUE value IS 206 (80.86% from 255) = 33.77%
R=41.31%
G=24.92%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215220600.400.180.01327.694.3479.22
HexFC98CE0281211485e4f
Octal374230316050221510136117
Binary111111001001100011001110010100010010110100100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC98CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC98CE; }

 p { color: rgb(252,152,206); }

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

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

 a { background-color: rgb(252,152,206); }

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

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

 span { border-color: rgb(252,152,206); }

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