#F5A9C9

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

Shades of Carnation Pink #F5A9C9

Tints of Carnation Pink #F5A9C9

Color information

#F5A9C9 (or 0xF5A9C9) is unknown color: approx Carnation Pink. HEX triplet: F5, A9 and C9. RGB value is (245,169,201). Sum of RGB (Red+Green+Blue) = 245+169+201=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A9C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A9C9 is #0A5636. Grayscale: #C3C3C3. Windows color (decimal): -677431 or 13216245. OLE color: 13216245.

HSL color Cylindrical-coordinate representation of color #F5A9C9: hue angle of 334.74º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5A9C9 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB245169201-
CMYK00.310.180.04
HSL334.74º79.17%81.18%-
HSV(B)334.74º31.02%96.08%-
XYZ62.3952.0162.01-
YUV195.37131.18163.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.84%
GREEN value IS 169 (66.41% from 255) = 27.48%
BLUE value IS 201 (78.91% from 255) = 32.68%
R=39.84%
G=27.48%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516920100.310.180.04334.7479.1781.18
HexF5A9C901F12414f4f51
Octal365251311037224517117121
Binary1111010110101001110010010111111001010010100111110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A9C9; }

 p { color: rgb(245,169,201); }

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

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

 a { background-color: rgb(245,169,201); }

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

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

 span { border-color: rgb(245,169,201); }

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