#FF98CA

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

Shades of Carnation Pink #FF98CA

Tints of Carnation Pink #FF98CA

Color information

#FF98CA (or 0xFF98CA) is unknown color: approx Carnation Pink. HEX triplet: FF, 98 and CA. RGB value is (255,152,202). Sum of RGB (Red+Green+Blue) = 255+152+202=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98CA is #006735. Grayscale: #BCBCBC. Windows color (decimal): -26422 or 13277439. OLE color: 13277439.

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

Color convert

RGB255152202-
CMYK00.400.210
HSL330.87º100%79.8%-
HSV(B)330.87º40.39%100%-
XYZ63.1347.9861.81-
YUV188.5135.62175.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 152 (59.77% from 255) = 24.96%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=41.87%
G=24.96%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515220200.400.210330.8710079.8
HexFF98CA02815014b6450
Octal377230312050250513144120
Binary111111111001100011001010010100010101010100101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF98CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF98CA; }

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

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

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

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

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

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

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

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