#FE99CA

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

Shades of Carnation Pink #FE99CA

Tints of Carnation Pink #FE99CA

Color information

#FE99CA (or 0xFE99CA) is unknown color: approx Carnation Pink. HEX triplet: FE, 99 and CA. RGB value is (254,153,202). Sum of RGB (Red+Green+Blue) = 254+153+202=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE99CA is #016635. Grayscale: #BCBCBC. Windows color (decimal): -91702 or 13277694. OLE color: 13277694.

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

Color convert

RGB254153202-
CMYK00.400.200.00
HSL330.89º98.06%79.8%-
HSV(B)330.89º39.76%99.61%-
XYZ62.9248.1261.85-
YUV188.78135.46174.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 153 (60.16% from 255) = 25.12%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=41.71%
G=25.12%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415320200.400.200.00330.8998.0679.8
HexFE99CA02814014b6250
Octal376231312050240513142120
Binary111111101001100111001010010100010100010100101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE99CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE99CA; }

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

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

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

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

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

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

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

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