#FE98CA

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

Shades of Carnation Pink #FE98CA

Tints of Carnation Pink #FE98CA

Color information

#FE98CA (or 0xFE98CA) is unknown color: approx Carnation Pink. HEX triplet: FE, 98 and CA. RGB value is (254,152,202). Sum of RGB (Red+Green+Blue) = 254+152+202=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 152 (59.77% from 255 or 25% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE98CA is #016735. Grayscale: #BCBCBC. Windows color (decimal): -91958 or 13277438. OLE color: 13277438.

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

Color convert

RGB254152202-
CMYK00.400.200.00
HSL330.59º98.08%79.61%-
HSV(B)330.59º40.16%99.61%-
XYZ62.7647.7961.79-
YUV188.2135.79174.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 152 (59.77% from 255) = 25%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=41.78%
G=25%
B=33.22%

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
Decimal25415220200.400.200.00330.5998.0879.61
HexFE98CA02814014b6250
Octal376230312050240513142120
Binary111111101001100011001010010100010100010100101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE98CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE98CA; }

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

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

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

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

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

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

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

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