#FE9CC4

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

Shades of Carnation Pink #FE9CC4

Tints of Carnation Pink #FE9CC4

Color information

#FE9CC4 (or 0xFE9CC4) is unknown color: approx Carnation Pink. HEX triplet: FE, 9C and C4. RGB value is (254,156,196). Sum of RGB (Red+Green+Blue) = 254+156+196=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CC4 is #01633B. Grayscale: #BDBDBD. Windows color (decimal): -90940 or 12885246. OLE color: 12885246.

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

Color convert

RGB254156196-
CMYK00.390.230.00
HSL335.51º98%80.39%-
HSV(B)335.51º38.58%99.61%-
XYZ62.7348.8358.34-
YUV189.86131.47173.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 156 (61.33% from 255) = 25.74%
BLUE value IS 196 (76.95% from 255) = 32.34%
R=41.91%
G=25.74%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415619600.390.230.00335.519880.39
HexFE9CC40271701506250
Octal376234304047270520142120
Binary111111101001110011000100010011110111010101000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9CC4; }

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

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

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

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

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

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

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

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