#FA98BF

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

Shades of Carnation Pink #FA98BF

Tints of Carnation Pink #FA98BF

Color information

#FA98BF (or 0xFA98BF) is unknown color: approx Carnation Pink. HEX triplet: FA, 98 and BF. RGB value is (250,152,191). Sum of RGB (Red+Green+Blue) = 250+152+191=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA98BF is #056740. Grayscale: #B9B9B9. Windows color (decimal): -354113 or 12556538. OLE color: 12556538.

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

Color convert

RGB250152191-
CMYK00.390.240.02
HSL336.12º90.74%78.82%-
HSV(B)336.12º39.2%98.04%-
XYZ60.0646.5455.11-
YUV185.75130.97173.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 152 (59.77% from 255) = 25.63%
BLUE value IS 191 (75% from 255) = 32.21%
R=42.16%
G=25.63%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015219100.390.240.02336.1290.7478.82
HexFA98BF0271821505b4f
Octal372230277047302520133117
Binary1111101010011000101111110100111110001010101000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA98BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA98BF; }

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

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

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

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

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

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

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

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