#FE9FCA

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

Shades of Carnation Pink #FE9FCA

Tints of Carnation Pink #FE9FCA

Color information

#FE9FCA (or 0xFE9FCA) is unknown color: approx Carnation Pink. HEX triplet: FE, 9F and CA. RGB value is (254,159,202). Sum of RGB (Red+Green+Blue) = 254+159+202=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 159 (62.5% from 255 or 25.85% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FCA is #016035. Grayscale: #C0C0C0. Windows color (decimal): -90166 or 13279230. OLE color: 13279230.

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

Color convert

RGB254159202-
CMYK00.370.200.00
HSL332.84º97.94%80.98%-
HSV(B)332.84º37.4%99.61%-
XYZ63.9350.1362.18-
YUV192.31133.47172-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 159 (62.5% from 255) = 25.85%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=41.30%
G=25.85%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415920200.370.200.00332.8497.9480.98
HexFE9FCA02514014d6251
Octal376237312045240515142121
Binary111111101001111111001010010010110100010100110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9FCA; }

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

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

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

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

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

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

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

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