#FF98CB

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

Shades of Carnation Pink #FF98CB

Tints of Carnation Pink #FF98CB

Color information

#FF98CB (or 0xFF98CB) is unknown color: approx Carnation Pink. HEX triplet: FF, 98 and CB. RGB value is (255,152,203). Sum of RGB (Red+Green+Blue) = 255+152+203=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98CB is #006734. Grayscale: #BCBCBC. Windows color (decimal): -26421 or 13342975. OLE color: 13342975.

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

Color convert

RGB255152203-
CMYK00.400.200
HSL330.29º100%79.8%-
HSV(B)330.29º40.39%100%-
XYZ63.2548.0362.44-
YUV188.61136.12175.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 152 (59.77% from 255) = 24.92%
BLUE value IS 203 (79.69% from 255) = 33.28%
R=41.80%
G=24.92%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515220300.400.200330.2910079.8
HexFF98CB02814014a6450
Octal377230313050240512144120
Binary111111111001100011001011010100010100010100101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF98CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF98CB; }

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

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

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

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

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

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

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

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