#FC98BF

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

Shades of Carnation Pink #FC98BF

Tints of Carnation Pink #FC98BF

Color information

#FC98BF (or 0xFC98BF) is unknown color: approx Carnation Pink. HEX triplet: FC, 98 and BF. RGB value is (252,152,191). Sum of RGB (Red+Green+Blue) = 252+152+191=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC98BF is #036740. Grayscale: #BABABA. Windows color (decimal): -223041 or 12556540. OLE color: 12556540.

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

Color convert

RGB252152191-
CMYK00.400.240.01
HSL336.6º94.34%79.22%-
HSV(B)336.6º39.68%98.82%-
XYZ60.7846.9155.14-
YUV186.35130.63174.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.35%
GREEN value IS 152 (59.77% from 255) = 25.55%
BLUE value IS 191 (75% from 255) = 32.10%
R=42.35%
G=25.55%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215219100.400.240.01336.694.3479.22
HexFC98BF0281811515e4f
Octal374230277050301521136117
Binary111111001001100010111111010100011000110101000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC98BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC98BF; }

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

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

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

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

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

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

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

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