#F9A5C0

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

Shades of Carnation Pink #F9A5C0

Tints of Carnation Pink #F9A5C0

Color information

#F9A5C0 (or 0xF9A5C0) is unknown color: approx Carnation Pink. HEX triplet: F9, A5 and C0. RGB value is (249,165,192). Sum of RGB (Red+Green+Blue) = 249+165+192=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A5C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A5C0 is #065A3F. Grayscale: #C1C1C1. Windows color (decimal): -416320 or 12625401. OLE color: 12625401.

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

Color convert

RGB249165192-
CMYK00.340.230.02
HSL340.71º87.5%81.18%-
HSV(B)340.71º33.73%97.65%-
XYZ62.0450.8656.42-
YUV193.19127.33167.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.09%
GREEN value IS 165 (64.84% from 255) = 27.23%
BLUE value IS 192 (75.39% from 255) = 31.68%
R=41.09%
G=27.23%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24916519200.340.230.02340.7187.581.18
HexF9A5C00221721555851
Octal371245300042272525130121
Binary1111100110100101110000000100010101111010101010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A5C0; }

 p { color: rgb(249,165,192); }

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

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

 a { background-color: rgb(249,165,192); }

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

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

 span { border-color: rgb(249,165,192); }

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