#FA98C5

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

Shades of Carnation Pink #FA98C5

Tints of Carnation Pink #FA98C5

Color information

#FA98C5 (or 0xFA98C5) is unknown color: approx Carnation Pink. HEX triplet: FA, 98 and C5. RGB value is (250,152,197). Sum of RGB (Red+Green+Blue) = 250+152+197=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA98C5 is #05673A. Grayscale: #BABABA. Windows color (decimal): -354107 or 12949754. OLE color: 12949754.

HSL color Cylindrical-coordinate representation of color #FA98C5: hue angle of 332.45º degrees, saturation: 0.91, 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 #FA98C5 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB250152197-
CMYK00.390.210.02
HSL332.45º90.74%78.82%-
HSV(B)332.45º39.2%98.04%-
XYZ60.7346.8158.66-
YUV186.43133.97173.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.74%
GREEN value IS 152 (59.77% from 255) = 25.38%
BLUE value IS 197 (77.34% from 255) = 32.89%
R=41.74%
G=25.38%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015219700.390.210.02332.4590.7478.82
HexFA98C502715214c5b4f
Octal372230305047252514133117
Binary1111101010011000110001010100111101011010100110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA98C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA98C5; }

 p { color: rgb(250,152,197); }

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

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

 a { background-color: rgb(250,152,197); }

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

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

 span { border-color: rgb(250,152,197); }

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