#FE99D1

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

Shades of Carnation Pink #FE99D1

Tints of Carnation Pink #FE99D1

Color information

#FE99D1 (or 0xFE99D1) is unknown color: approx Carnation Pink. HEX triplet: FE, 99 and D1. RGB value is (254,153,209). Sum of RGB (Red+Green+Blue) = 254+153+209=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE99D1 is #01662E. Grayscale: #BDBDBD. Windows color (decimal): -91695 or 13736446. OLE color: 13736446.

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

Color convert

RGB254153209-
CMYK00.400.180.00
HSL326.73º98.06%79.8%-
HSV(B)326.73º39.76%99.61%-
XYZ63.7748.4666.31-
YUV189.58138.96173.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 153 (60.16% from 255) = 24.84%
BLUE value IS 209 (82.03% from 255) = 33.93%
R=41.23%
G=24.84%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415320900.400.180.00326.7398.0679.8
HexFE99D10281201476250
Octal376231321050220507142120
Binary111111101001100111010001010100010010010100011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE99D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE99D1; }

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

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

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

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

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

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

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

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