#F9A6CA

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

Shades of Carnation Pink #F9A6CA

Tints of Carnation Pink #F9A6CA

Color information

#F9A6CA (or 0xF9A6CA) is unknown color: approx Carnation Pink. HEX triplet: F9, A6 and CA. RGB value is (249,166,202). Sum of RGB (Red+Green+Blue) = 249+166+202=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A6CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A6CA is #065935. Grayscale: #C2C2C2. Windows color (decimal): -416054 or 13281017. OLE color: 13281017.

HSL color Cylindrical-coordinate representation of color #F9A6CA: hue angle of 333.98º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9A6CA is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB249166202-
CMYK00.330.190.02
HSL333.98º87.37%81.37%-
HSV(B)333.98º33.33%97.65%-
XYZ63.3651.6862.51-
YUV194.92132166.57-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.36%
GREEN value IS 166 (65.23% from 255) = 26.90%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=40.36%
G=26.90%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916620200.330.190.02333.9887.3781.37
HexF9A6CA02113214e5751
Octal371246312041232516127121
Binary1111100110100110110010100100001100111010100111010101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A6CA; }

 p { color: rgb(249,166,202); }

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

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

 a { background-color: rgb(249,166,202); }

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

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

 span { border-color: rgb(249,166,202); }

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