#FE9CC0

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

Shades of Carnation Pink #FE9CC0

Tints of Carnation Pink #FE9CC0

Color information

#FE9CC0 (or 0xFE9CC0) is unknown color: approx Carnation Pink. HEX triplet: FE, 9C and C0. RGB value is (254,156,192). Sum of RGB (Red+Green+Blue) = 254+156+192=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CC0 is #01633F. Grayscale: #BDBDBD. Windows color (decimal): -90944 or 12623102. OLE color: 12623102.

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

Color convert

RGB254156192-
CMYK00.390.240.00
HSL337.96º98%80.39%-
HSV(B)337.96º38.58%99.61%-
XYZ62.2848.6555.98-
YUV189.41129.47174.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.19%
GREEN value IS 156 (61.33% from 255) = 25.91%
BLUE value IS 192 (75.39% from 255) = 31.89%
R=42.19%
G=25.91%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415619200.390.240.00337.969880.39
HexFE9CC00271801526250
Octal376234300047300522142120
Binary111111101001110011000000010011111000010101001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9CC0; }

 p { color: rgb(254,156,192); }

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

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

 a { background-color: rgb(254,156,192); }

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

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

 span { border-color: rgb(254,156,192); }

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