#FC98CB

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

Shades of Carnation Pink #FC98CB

Tints of Carnation Pink #FC98CB

Color information

#FC98CB (or 0xFC98CB) is unknown color: approx Carnation Pink. HEX triplet: FC, 98 and CB. RGB value is (252,152,203). Sum of RGB (Red+Green+Blue) = 252+152+203=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC98CB is #036734. Grayscale: #BBBBBB. Windows color (decimal): -223029 or 13342972. OLE color: 13342972.

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

Color convert

RGB252152203-
CMYK00.400.190.01
HSL329.4º94.34%79.22%-
HSV(B)329.4º39.68%98.82%-
XYZ62.1547.4662.39-
YUV187.71136.63173.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 152 (59.77% from 255) = 25.04%
BLUE value IS 203 (79.69% from 255) = 33.44%
R=41.52%
G=25.04%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215220300.400.190.01329.494.3479.22
HexFC98CB0281311495e4f
Octal374230313050231511136117
Binary111111001001100011001011010100010011110100100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC98CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC98CB; }

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

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

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

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

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

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

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

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