#FE9FC4

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

Shades of Carnation Pink #FE9FC4

Tints of Carnation Pink #FE9FC4

Color information

#FE9FC4 (or 0xFE9FC4) is unknown color: approx Carnation Pink. HEX triplet: FE, 9F and C4. RGB value is (254,159,196). Sum of RGB (Red+Green+Blue) = 254+159+196=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FC4 is #01603B. Grayscale: #BFBFBF. Windows color (decimal): -90172 or 12886014. OLE color: 12886014.

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

Color convert

RGB254159196-
CMYK00.370.230.00
HSL336.63º97.94%80.98%-
HSV(B)336.63º37.4%99.61%-
XYZ63.2349.8558.51-
YUV191.62130.47172.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 159 (62.5% from 255) = 26.11%
BLUE value IS 196 (76.95% from 255) = 32.18%
R=41.71%
G=26.11%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415919600.370.230.00336.6397.9480.98
HexFE9FC40251701516251
Octal376237304045270521142121
Binary111111101001111111000100010010110111010101000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9FC4; }

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

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

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

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

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

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

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

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