#FF98CC

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

Shades of Carnation Pink #FF98CC

Tints of Carnation Pink #FF98CC

Color information

#FF98CC (or 0xFF98CC) is unknown color: approx Carnation Pink. HEX triplet: FF, 98 and CC. RGB value is (255,152,204). Sum of RGB (Red+Green+Blue) = 255+152+204=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 152 (59.77% from 255 or 24.88% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98CC is #006733. Grayscale: #BCBCBC. Windows color (decimal): -26420 or 13408511. OLE color: 13408511.

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

Color convert

RGB255152204-
CMYK00.400.20
HSL329.71º100%79.8%-
HSV(B)329.71º40.39%100%-
XYZ63.3748.0863.07-
YUV188.72136.62175.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.73%
GREEN value IS 152 (59.77% from 255) = 24.88%
BLUE value IS 204 (80.08% from 255) = 33.39%
R=41.73%
G=24.88%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515220400.400.20329.7110079.8
HexFF98CC02814014a6450
Octal377230314050240512144120
Binary111111111001100011001100010100010100010100101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF98CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF98CC; }

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

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

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

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

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

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

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

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