#FE98BB

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

Shades of Carnation Pink #FE98BB

Tints of Carnation Pink #FE98BB

Color information

#FE98BB (or 0xFE98BB) is unknown color: approx Carnation Pink. HEX triplet: FE, 98 and BB. RGB value is (254,152,187). Sum of RGB (Red+Green+Blue) = 254+152+187=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE98BB is #016744. Grayscale: #BABABA. Windows color (decimal): -91973 or 12294398. OLE color: 12294398.

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

Color convert

RGB254152187-
CMYK00.400.260.00
HSL339.41º98.08%79.61%-
HSV(B)339.41º40.16%99.61%-
XYZ61.0747.1252.89-
YUV186.49128.29176.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.83%
GREEN value IS 152 (59.77% from 255) = 25.63%
BLUE value IS 187 (73.44% from 255) = 31.53%
R=42.83%
G=25.63%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415218700.400.260.00339.4198.0879.61
HexFE98BB0281A01536250
Octal376230273050320523142120
Binary111111101001100010111011010100011010010101001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE98BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE98BB; }

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

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

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

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

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

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

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

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