#FC98CA

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

Shades of Carnation Pink #FC98CA

Tints of Carnation Pink #FC98CA

Color information

#FC98CA (or 0xFC98CA) is unknown color: approx Carnation Pink. HEX triplet: FC, 98 and CA. RGB value is (252,152,202). Sum of RGB (Red+Green+Blue) = 252+152+202=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 152 (59.77% from 255 or 25.08% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC98CA is #036735. Grayscale: #BBBBBB. Windows color (decimal): -223030 or 13277436. OLE color: 13277436.

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

Color convert

RGB252152202-
CMYK00.400.200.01
HSL330º94.34%79.22%-
HSV(B)330º39.68%98.82%-
XYZ62.0347.4261.76-
YUV187.6136.13173.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.58%
GREEN value IS 152 (59.77% from 255) = 25.08%
BLUE value IS 202 (79.30% from 255) = 33.33%
R=41.58%
G=25.08%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215220200.400.200.0133094.3479.22
HexFC98CA02814114a5e4f
Octal374230312050241512136117
Binary111111001001100011001010010100010100110100101010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC98CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC98CA; }

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

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

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

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

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

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

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

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