#FB98CA

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

Shades of Carnation Pink #FB98CA

Tints of Carnation Pink #FB98CA

Color information

#FB98CA (or 0xFB98CA) is unknown color: approx Carnation Pink. HEX triplet: FB, 98 and CA. RGB value is (251,152,202). Sum of RGB (Red+Green+Blue) = 251+152+202=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FB98CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB98CA is #046735. Grayscale: #BBBBBB. Windows color (decimal): -288566 or 13277435. OLE color: 13277435.

HSL color Cylindrical-coordinate representation of color #FB98CA: hue angle of 329.7º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB98CA is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251152202-
CMYK00.390.200.02
HSL329.7º92.52%79.02%-
HSV(B)329.7º39.44%98.43%-
XYZ61.6747.2361.74-
YUV187.3136.3173.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 152 (59.77% from 255) = 25.12%
BLUE value IS 202 (79.30% from 255) = 33.39%
R=41.49%
G=25.12%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115220200.390.200.02329.792.5279.02
HexFB98CA02714214a5d4f
Octal373230312047242512135117
Binary1111101110011000110010100100111101001010100101010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB98CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB98CA; }

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

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

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

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

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

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

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

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