#FA98BD

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

Shades of Carnation Pink #FA98BD

Tints of Carnation Pink #FA98BD

Color information

#FA98BD (or 0xFA98BD) is unknown color: approx Carnation Pink. HEX triplet: FA, 98 and BD. RGB value is (250,152,189). Sum of RGB (Red+Green+Blue) = 250+152+189=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA98BD is #056742. Grayscale: #B9B9B9. Windows color (decimal): -354115 or 12425466. OLE color: 12425466.

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

Color convert

RGB250152189-
CMYK00.390.240.02
HSL337.35º90.74%78.82%-
HSV(B)337.35º39.2%98.04%-
XYZ59.8446.4553.96-
YUV185.52129.97173.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 152 (59.77% from 255) = 25.72%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=42.30%
G=25.72%
B=31.98%

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
Decimal25015218900.390.240.02337.3590.7478.82
HexFA98BD0271821515b4f
Octal372230275047302521133117
Binary1111101010011000101111010100111110001010101000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA98BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA98BD; }

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

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

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

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

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

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

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

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