#F5A4C0

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

Shades of Carnation Pink #F5A4C0

Tints of Carnation Pink #F5A4C0

Color information

#F5A4C0 (or 0xF5A4C0) is unknown color: approx Carnation Pink. HEX triplet: F5, A4 and C0. RGB value is (245,164,192). Sum of RGB (Red+Green+Blue) = 245+164+192=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A4C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A4C0 is #0A5B3F. Grayscale: #BFBFBF. Windows color (decimal): -678720 or 12625141. OLE color: 12625141.

HSL color Cylindrical-coordinate representation of color #F5A4C0: hue angle of 339.26º 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 #F5A4C0 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245164192-
CMYK00.330.220.04
HSL339.26º80.2%80.2%-
HSV(B)339.26º33.06%96.08%-
XYZ60.4549.7756.29-
YUV191.41128.34166.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.77%
GREEN value IS 164 (64.45% from 255) = 27.29%
BLUE value IS 192 (75.39% from 255) = 31.95%
R=40.77%
G=27.29%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516419200.330.220.04339.2680.280.2
HexF5A4C00211641535050
Octal365244300041264523120120
Binary11110101101001001100000001000011011010010101001110100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A4C0; }

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

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

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

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

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

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

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

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