#FE9DCC

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

Shades of Carnation Pink #FE9DCC

Tints of Carnation Pink #FE9DCC

Color information

#FE9DCC (or 0xFE9DCC) is unknown color: approx Carnation Pink. HEX triplet: FE, 9D and CC. RGB value is (254,157,204). Sum of RGB (Red+Green+Blue) = 254+157+204=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 157 (61.72% from 255 or 25.53% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DCC is #016233. Grayscale: #BFBFBF. Windows color (decimal): -90676 or 13409790. OLE color: 13409790.

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

Color convert

RGB254157204-
CMYK00.380.200.00
HSL330.93º97.98%80.59%-
HSV(B)330.93º38.19%99.61%-
XYZ63.8349.5463.33-
YUV191.36135.14172.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 157 (61.72% from 255) = 25.53%
BLUE value IS 204 (80.08% from 255) = 33.17%
R=41.30%
G=25.53%
B=33.17%

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
Decimal25415720400.380.200.00330.9397.9880.59
HexFE9DCC02614014b6251
Octal376235314046240513142121
Binary111111101001110111001100010011010100010100101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9DCC; }

 p { color: rgb(254,157,204); }

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

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

 a { background-color: rgb(254,157,204); }

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

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

 span { border-color: rgb(254,157,204); }

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