#FA98CD

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

Shades of Carnation Pink #FA98CD

Tints of Carnation Pink #FA98CD

Color information

#FA98CD (or 0xFA98CD) is unknown color: approx Carnation Pink. HEX triplet: FA, 98 and CD. RGB value is (250,152,205). Sum of RGB (Red+Green+Blue) = 250+152+205=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA98CD is #056732. Grayscale: #BBBBBB. Windows color (decimal): -354099 or 13474042. OLE color: 13474042.

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

Color convert

RGB250152205-
CMYK00.390.180.02
HSL327.55º90.74%78.82%-
HSV(B)327.55º39.2%98.04%-
XYZ61.6747.1963.62-
YUV187.34137.97172.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 152 (59.77% from 255) = 25.04%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=41.19%
G=25.04%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015220500.390.180.02327.5590.7478.82
HexFA98CD0271221485b4f
Octal372230315047222510133117
Binary1111101010011000110011010100111100101010100100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA98CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA98CD; }

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

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

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

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

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

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

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

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