#FA99C8

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

Shades of Carnation Pink #FA99C8

Tints of Carnation Pink #FA99C8

Color information

#FA99C8 (or 0xFA99C8) is unknown color: approx Carnation Pink. HEX triplet: FA, 99 and C8. RGB value is (250,153,200). Sum of RGB (Red+Green+Blue) = 250+153+200=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 153 (60.16% from 255 or 25.37% from 603); Blue value is 200 (78.52% from 255 or 33.17% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99C8 is #056637. Grayscale: #BBBBBB. Windows color (decimal): -353848 or 13146618. OLE color: 13146618.

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

Color convert

RGB250153200-
CMYK00.390.20.02
HSL330.93º90.65%79.02%-
HSV(B)330.93º38.8%98.04%-
XYZ61.2447.2860.54-
YUV187.36135.14172.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.46%
GREEN value IS 153 (60.16% from 255) = 25.37%
BLUE value IS 200 (78.52% from 255) = 33.17%
R=41.46%
G=25.37%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015320000.390.20.02330.9390.6579.02
HexFA99C802714214b5b4f
Octal372231310047242513133117
Binary1111101010011001110010000100111101001010100101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA99C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA99C8; }

 p { color: rgb(250,153,200); }

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

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

 a { background-color: rgb(250,153,200); }

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

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

 span { border-color: rgb(250,153,200); }

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