#FE9DC1

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

Shades of Carnation Pink #FE9DC1

Tints of Carnation Pink #FE9DC1

Color information

#FE9DC1 (or 0xFE9DC1) is unknown color: approx Carnation Pink. HEX triplet: FE, 9D and C1. RGB value is (254,157,193). Sum of RGB (Red+Green+Blue) = 254+157+193=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DC1 is #01623E. Grayscale: #BEBEBE. Windows color (decimal): -90687 or 12688894. OLE color: 12688894.

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

Color convert

RGB254157193-
CMYK00.380.240.00
HSL337.73º97.98%80.59%-
HSV(B)337.73º38.19%99.61%-
XYZ62.5649.0456.62-
YUV190.11129.64173.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 157 (61.72% from 255) = 25.99%
BLUE value IS 193 (75.78% from 255) = 31.95%
R=42.05%
G=25.99%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415719300.380.240.00337.7397.9880.59
HexFE9DC10261801526251
Octal376235301046300522142121
Binary111111101001110111000001010011011000010101001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9DC1; }

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

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

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

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

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

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

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

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