#FC98CD

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

Shades of Carnation Pink #FC98CD

Tints of Carnation Pink #FC98CD

Color information

#FC98CD (or 0xFC98CD) is unknown color: approx Carnation Pink. HEX triplet: FC, 98 and CD. RGB value is (252,152,205). Sum of RGB (Red+Green+Blue) = 252+152+205=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC98CD is #036732. Grayscale: #BBBBBB. Windows color (decimal): -223027 or 13474044. OLE color: 13474044.

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

Color convert

RGB252152205-
CMYK00.400.190.01
HSL328.2º94.34%79.22%-
HSV(B)328.2º39.68%98.82%-
XYZ62.3947.5663.65-
YUV187.94137.63173.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 152 (59.77% from 255) = 24.96%
BLUE value IS 205 (80.47% from 255) = 33.66%
R=41.38%
G=24.96%
B=33.66%

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
Decimal25215220500.400.190.01328.294.3479.22
HexFC98CD0281311485e4f
Octal374230315050231510136117
Binary111111001001100011001101010100010011110100100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC98CD; }

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

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

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

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

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

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

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

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