#FE98C0

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

Shades of Carnation Pink #FE98C0

Tints of Carnation Pink #FE98C0

Color information

#FE98C0 (or 0xFE98C0) is unknown color: approx Carnation Pink. HEX triplet: FE, 98 and C0. RGB value is (254,152,192). Sum of RGB (Red+Green+Blue) = 254+152+192=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE98C0 is #01673F. Grayscale: #BBBBBB. Windows color (decimal): -91968 or 12622078. OLE color: 12622078.

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

Color convert

RGB254152192-
CMYK00.400.240.00
HSL336.47º98.08%79.61%-
HSV(B)336.47º40.16%99.61%-
XYZ61.6247.3355.76-
YUV187.06130.79175.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.47%
GREEN value IS 152 (59.77% from 255) = 25.42%
BLUE value IS 192 (75.39% from 255) = 32.11%
R=42.47%
G=25.42%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415219200.400.240.00336.4798.0879.61
HexFE98C00281801506250
Octal376230300050300520142120
Binary111111101001100011000000010100011000010101000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE98C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE98C0; }

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

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

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

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

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

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

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

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