#FE9ECB

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

Shades of Carnation Pink #FE9ECB

Tints of Carnation Pink #FE9ECB

Color information

#FE9ECB (or 0xFE9ECB) is unknown color: approx Carnation Pink. HEX triplet: FE, 9E and CB. RGB value is (254,158,203). Sum of RGB (Red+Green+Blue) = 254+158+203=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ECB is #016134. Grayscale: #BFBFBF. Windows color (decimal): -90421 or 13344510. OLE color: 13344510.

HSL color Cylindrical-coordinate representation of color #FE9ECB: hue angle of 331.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 #FE9ECB is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254158203-
CMYK00.380.200.00
HSL331.88º97.96%80.78%-
HSV(B)331.88º37.8%99.61%-
XYZ63.8849.8462.75-
YUV191.83134.3172.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 158 (62.11% from 255) = 25.69%
BLUE value IS 203 (79.69% from 255) = 33.01%
R=41.30%
G=25.69%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415820300.380.200.00331.8897.9680.78
HexFE9ECB02614014c6251
Octal376236313046240514142121
Binary111111101001111011001011010011010100010100110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9ECB; }

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

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

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

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

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

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

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

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