#FF98C1

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

Shades of Carnation Pink #FF98C1

Tints of Carnation Pink #FF98C1

Color information

#FF98C1 (or 0xFF98C1) is unknown color: approx Carnation Pink. HEX triplet: FF, 98 and C1. RGB value is (255,152,193). Sum of RGB (Red+Green+Blue) = 255+152+193=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 152 (59.77% from 255 or 25.33% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98C1 is #00673E. Grayscale: #BBBBBB. Windows color (decimal): -26431 or 12687615. OLE color: 12687615.

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

Color convert

RGB255152193-
CMYK00.400.240
HSL336.12º100%79.8%-
HSV(B)336.12º40.39%100%-
XYZ62.0947.5756.36-
YUV187.47131.12176.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 152 (59.77% from 255) = 25.33%
BLUE value IS 193 (75.78% from 255) = 32.17%
R=42.5%
G=25.33%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515219300.400.240336.1210079.8
HexFF98C10281801506450
Octal377230301050300520144120
Binary111111111001100011000001010100011000010101000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF98C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF98C1; }

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

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

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

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

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

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

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

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