#FE99CB

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

Shades of Carnation Pink #FE99CB

Tints of Carnation Pink #FE99CB

Color information

#FE99CB (or 0xFE99CB) is unknown color: approx Carnation Pink. HEX triplet: FE, 99 and CB. RGB value is (254,153,203). Sum of RGB (Red+Green+Blue) = 254+153+203=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE99CB is #016634. Grayscale: #BCBCBC. Windows color (decimal): -91701 or 13343230. OLE color: 13343230.

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

Color convert

RGB254153203-
CMYK00.400.200.00
HSL330.3º98.06%79.8%-
HSV(B)330.3º39.76%99.61%-
XYZ63.0448.1762.47-
YUV188.9135.96174.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.64%
GREEN value IS 153 (60.16% from 255) = 25.08%
BLUE value IS 203 (79.69% from 255) = 33.28%
R=41.64%
G=25.08%
B=33.28%

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
Decimal25415320300.400.200.00330.398.0679.8
HexFE99CB02814014a6250
Octal376231313050240512142120
Binary111111101001100111001011010100010100010100101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE99CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE99CB; }

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

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

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

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

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

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

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

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