#FF98BE

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

Shades of Carnation Pink #FF98BE

Tints of Carnation Pink #FF98BE

Color information

#FF98BE (or 0xFF98BE) is unknown color: approx Carnation Pink. HEX triplet: FF, 98 and BE. RGB value is (255,152,190). Sum of RGB (Red+Green+Blue) = 255+152+190=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98BE is #006741. Grayscale: #BBBBBB. Windows color (decimal): -26434 or 12491007. OLE color: 12491007.

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

Color convert

RGB255152190-
CMYK00.400.250
HSL337.86º100%79.8%-
HSV(B)337.86º40.39%100%-
XYZ61.7647.4354.62-
YUV187.13129.62176.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.71%
GREEN value IS 152 (59.77% from 255) = 25.46%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=42.71%
G=25.46%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515219000.400.250337.8610079.8
HexFF98BE0281901526450
Octal377230276050310522144120
Binary111111111001100010111110010100011001010101001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF98BE; }

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

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

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

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

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

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

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

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