#FE9EBB

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

Shades of Carnation Pink #FE9EBB

Tints of Carnation Pink #FE9EBB

Color information

#FE9EBB (or 0xFE9EBB) is unknown color: approx Carnation Pink. HEX triplet: FE, 9E and BB. RGB value is (254,158,187). Sum of RGB (Red+Green+Blue) = 254+158+187=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9EBB is #016144. Grayscale: #BDBDBD. Windows color (decimal): -90437 or 12295934. OLE color: 12295934.

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

Color convert

RGB254158187-
CMYK00.380.260.00
HSL341.88º97.96%80.78%-
HSV(B)341.88º37.8%99.61%-
XYZ62.0749.1153.22-
YUV190.01126.3173.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 158 (62.11% from 255) = 26.38%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=42.40%
G=26.38%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415818700.380.260.00341.8897.9680.78
HexFE9EBB0261A01566251
Octal376236273046320526142121
Binary111111101001111010111011010011011010010101011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9EBB; }

 p { color: rgb(254,158,187); }

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

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

 a { background-color: rgb(254,158,187); }

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

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

 span { border-color: rgb(254,158,187); }

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