#FE99C5

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

Shades of Carnation Pink #FE99C5

Tints of Carnation Pink #FE99C5

Color information

#FE99C5 (or 0xFE99C5) is unknown color: approx Carnation Pink. HEX triplet: FE, 99 and C5. RGB value is (254,153,197). Sum of RGB (Red+Green+Blue) = 254+153+197=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE99C5 is #01663A. Grayscale: #BCBCBC. Windows color (decimal): -91707 or 12950014. OLE color: 12950014.

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

Color convert

RGB254153197-
CMYK00.400.220.00
HSL333.86º98.06%79.8%-
HSV(B)333.86º39.76%99.61%-
XYZ62.3447.8858.78-
YUV188.22132.96174.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 153 (60.16% from 255) = 25.33%
BLUE value IS 197 (77.34% from 255) = 32.62%
R=42.05%
G=25.33%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415319700.400.220.00333.8698.0679.8
HexFE99C502816014e6250
Octal376231305050260516142120
Binary111111101001100111000101010100010110010100111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE99C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE99C5; }

 p { color: rgb(254,153,197); }

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

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

 a { background-color: rgb(254,153,197); }

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

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

 span { border-color: rgb(254,153,197); }

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