#F5A4C9

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

Shades of Carnation Pink #F5A4C9

Tints of Carnation Pink #F5A4C9

Color information

#F5A4C9 (or 0xF5A4C9) is unknown color: approx Carnation Pink. HEX triplet: F5, A4 and C9. RGB value is (245,164,201). Sum of RGB (Red+Green+Blue) = 245+164+201=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A4C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A4C9 is #0A5B36. Grayscale: #C0C0C0. Windows color (decimal): -678711 or 13214965. OLE color: 13214965.

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

Color convert

RGB245164201-
CMYK00.330.180.04
HSL332.59º80.2%80.2%-
HSV(B)332.59º33.06%96.08%-
XYZ61.4750.1861.7-
YUV192.44132.84165.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.16%
GREEN value IS 164 (64.45% from 255) = 26.89%
BLUE value IS 201 (78.91% from 255) = 32.95%
R=40.16%
G=26.89%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516420100.330.180.04332.5980.280.2
HexF5A4C902112414d5050
Octal365244311041224515120120
Binary11110101101001001100100101000011001010010100110110100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A4C9; }

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

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

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

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

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

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

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

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