#FA99D0

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

Shades of Carnation Pink #FA99D0

Tints of Carnation Pink #FA99D0

Color information

#FA99D0 (or 0xFA99D0) is unknown color: approx Carnation Pink. HEX triplet: FA, 99 and D0. RGB value is (250,153,208). Sum of RGB (Red+Green+Blue) = 250+153+208=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99D0 is #05662F. Grayscale: #BCBCBC. Windows color (decimal): -353840 or 13670906. OLE color: 13670906.

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

Color convert

RGB250153208-
CMYK00.390.170.02
HSL325.98º90.65%79.02%-
HSV(B)325.98º38.8%98.04%-
XYZ62.247.6665.6-
YUV188.27139.14172.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 153 (60.16% from 255) = 25.04%
BLUE value IS 208 (81.64% from 255) = 34.04%
R=40.92%
G=25.04%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015320800.390.170.02325.9890.6579.02
HexFA99D00271121465b4f
Octal372231320047212506133117
Binary1111101010011001110100000100111100011010100011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA99D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA99D0; }

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

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

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

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

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

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

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

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