#FE9CC1

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

Shades of Carnation Pink #FE9CC1

Tints of Carnation Pink #FE9CC1

Color information

#FE9CC1 (or 0xFE9CC1) is unknown color: approx Carnation Pink. HEX triplet: FE, 9C and C1. RGB value is (254,156,193). Sum of RGB (Red+Green+Blue) = 254+156+193=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CC1 is #01633E. Grayscale: #BDBDBD. Windows color (decimal): -90943 or 12688638. OLE color: 12688638.

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

Color convert

RGB254156193-
CMYK00.390.240.00
HSL337.35º98%80.39%-
HSV(B)337.35º38.58%99.61%-
XYZ62.3948.756.56-
YUV189.52129.97173.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 156 (61.33% from 255) = 25.87%
BLUE value IS 193 (75.78% from 255) = 32.01%
R=42.12%
G=25.87%
B=32.01%

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
Decimal25415619300.390.240.00337.359880.39
HexFE9CC10271801516250
Octal376234301047300521142120
Binary111111101001110011000001010011111000010101000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9CC1; }

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

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

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

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

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

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

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

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