#F1A3C8

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

Shades of Carnation Pink #F1A3C8

Tints of Carnation Pink #F1A3C8

Color information

#F1A3C8 (or 0xF1A3C8) is unknown color: approx Carnation Pink. HEX triplet: F1, A3 and C8. RGB value is (241,163,200). Sum of RGB (Red+Green+Blue) = 241+163+200=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 163 (64.06% from 255 or 26.99% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A3C8 is #0E5C37. Grayscale: #BEBEBE. Windows color (decimal): -941112 or 13149169. OLE color: 13149169.

HSL color Cylindrical-coordinate representation of color #F1A3C8: hue angle of 331.54º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A3C8 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241163200-
CMYK00.320.170.05
HSL331.54º73.58%79.22%-
HSV(B)331.54º32.37%94.51%-
XYZ59.849.0760.96-
YUV190.54133.34163.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.90%
GREEN value IS 163 (64.06% from 255) = 26.99%
BLUE value IS 200 (78.52% from 255) = 33.11%
R=39.90%
G=26.99%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116320000.320.170.05331.5473.5879.22
HexF1A3C802011514c4a4f
Octal361243310040215514112117
Binary11110001101000111100100001000001000110110100110010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A3C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A3C8; }

 p { color: rgb(241,163,200); }

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

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

 a { background-color: rgb(241,163,200); }

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

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

 span { border-color: rgb(241,163,200); }

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