#FC9FBE

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

Shades of Carnation Pink #FC9FBE

Tints of Carnation Pink #FC9FBE

Color information

#FC9FBE (or 0xFC9FBE) is unknown color: approx Carnation Pink. HEX triplet: FC, 9F and BE. RGB value is (252,159,190). Sum of RGB (Red+Green+Blue) = 252+159+190=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FBE is #036041. Grayscale: #BEBEBE. Windows color (decimal): -221250 or 12492796. OLE color: 12492796.

HSL color Cylindrical-coordinate representation of color #FC9FBE: hue angle of 340º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FC9FBE is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB252159190-
CMYK00.370.250.01
HSL340º93.94%80.59%-
HSV(B)340º36.9%98.82%-
XYZ61.8449.2154.95-
YUV190.34127.81171.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.93%
GREEN value IS 159 (62.5% from 255) = 26.46%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=41.93%
G=26.46%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215919000.370.250.0134093.9480.59
HexFC9FBE0251911545e51
Octal374237276045311524136121
Binary111111001001111110111110010010111001110101010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FBE; }

 p { color: rgb(252,159,190); }

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

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

 a { background-color: rgb(252,159,190); }

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

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

 span { border-color: rgb(252,159,190); }

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