#FE9FBE

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

Shades of Carnation Pink #FE9FBE

Tints of Carnation Pink #FE9FBE

Color information

#FE9FBE (or 0xFE9FBE) is unknown color: approx Carnation Pink. HEX triplet: FE, 9F and BE. RGB value is (254,159,190). Sum of RGB (Red+Green+Blue) = 254+159+190=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FBE is #016041. Grayscale: #BEBEBE. Windows color (decimal): -90178 or 12492798. OLE color: 12492798.

HSL color Cylindrical-coordinate representation of color #FE9FBE: hue angle of 340.42º 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 #FE9FBE is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB254159190-
CMYK00.370.250.00
HSL340.42º97.94%80.98%-
HSV(B)340.42º37.4%99.61%-
XYZ62.5749.5854.99-
YUV190.94127.47172.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 159 (62.5% from 255) = 26.37%
BLUE value IS 190 (74.61% from 255) = 31.51%
R=42.12%
G=26.37%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415919000.370.250.00340.4297.9480.98
HexFE9FBE0251901546251
Octal376237276045310524142121
Binary111111101001111110111110010010111001010101010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9FBE; }

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

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

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

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

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

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

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

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