#FE9FBC

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

Shades of Carnation Pink #FE9FBC

Tints of Carnation Pink #FE9FBC

Color information

#FE9FBC (or 0xFE9FBC) is unknown color: approx Carnation Pink. HEX triplet: FE, 9F and BC. RGB value is (254,159,188). Sum of RGB (Red+Green+Blue) = 254+159+188=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FBC is #016043. Grayscale: #BEBEBE. Windows color (decimal): -90180 or 12361726. OLE color: 12361726.

HSL color Cylindrical-coordinate representation of color #FE9FBC: hue angle of 341.68º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FE9FBC is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB254159188-
CMYK00.370.260.00
HSL341.68º97.94%80.98%-
HSV(B)341.68º37.4%99.61%-
XYZ62.3549.553.84-
YUV190.71126.47173.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 159 (62.5% from 255) = 26.46%
BLUE value IS 188 (73.83% from 255) = 31.28%
R=42.26%
G=26.46%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415918800.370.260.00341.6897.9480.98
HexFE9FBC0251A01566251
Octal376237274045320526142121
Binary111111101001111110111100010010111010010101011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9FBC; }

 p { color: rgb(254,159,188); }

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

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

 a { background-color: rgb(254,159,188); }

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

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

 span { border-color: rgb(254,159,188); }

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