#FF98BB

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

Shades of Carnation Pink #FF98BB

Tints of Carnation Pink #FF98BB

Color information

#FF98BB (or 0xFF98BB) is unknown color: approx Carnation Pink. HEX triplet: FF, 98 and BB. RGB value is (255,152,187). Sum of RGB (Red+Green+Blue) = 255+152+187=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 152 (59.77% from 255 or 25.59% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98BB is #006744. Grayscale: #BABABA. Windows color (decimal): -26437 or 12294399. OLE color: 12294399.

HSL color Cylindrical-coordinate representation of color #FF98BB: hue angle of 339.61º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF98BB is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255152187-
CMYK00.400.270
HSL339.61º100%79.8%-
HSV(B)339.61º40.39%100%-
XYZ61.4447.352.91-
YUV186.79128.12176.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 152 (59.77% from 255) = 25.59%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=42.93%
G=25.59%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515218700.400.270339.6110079.8
HexFF98BB0281B01546450
Octal377230273050330524144120
Binary111111111001100010111011010100011011010101010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF98BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF98BB; }

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

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

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

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

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

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

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

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