#FF98C9

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

Shades of Carnation Pink #FF98C9

Tints of Carnation Pink #FF98C9

Color information

#FF98C9 (or 0xFF98C9) is unknown color: approx Carnation Pink. HEX triplet: FF, 98 and C9. RGB value is (255,152,201). Sum of RGB (Red+Green+Blue) = 255+152+201=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 152 (59.77% from 255 or 25% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98C9 is #006736. Grayscale: #BCBCBC. Windows color (decimal): -26423 or 13211903. OLE color: 13211903.

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

Color convert

RGB255152201-
CMYK00.400.210
HSL331.46º100%79.8%-
HSV(B)331.46º40.39%100%-
XYZ63.0147.9361.19-
YUV188.38135.12175.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.94%
GREEN value IS 152 (59.77% from 255) = 25%
BLUE value IS 201 (78.91% from 255) = 33.06%
R=41.94%
G=25%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515220100.400.210331.4610079.8
HexFF98C902815014b6450
Octal377230311050250513144120
Binary111111111001100011001001010100010101010100101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF98C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF98C9; }

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

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

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

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

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

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

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

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