#F1A4C8

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

Shades of Carnation Pink #F1A4C8

Tints of Carnation Pink #F1A4C8

Color information

#F1A4C8 (or 0xF1A4C8) is unknown color: approx Carnation Pink. HEX triplet: F1, A4 and C8. RGB value is (241,164,200). Sum of RGB (Red+Green+Blue) = 241+164+200=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4C8 is #0E5B37. Grayscale: #BFBFBF. Windows color (decimal): -940856 or 13149425. OLE color: 13149425.

HSL color Cylindrical-coordinate representation of color #F1A4C8: hue angle of 331.95º degrees, saturation: 0.73, 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 #F1A4C8 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241164200-
CMYK00.320.170.05
HSL331.95º73.33%79.41%-
HSV(B)331.95º31.95%94.51%-
XYZ59.9849.4261.02-
YUV191.13133.01163.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.83%
GREEN value IS 164 (64.45% from 255) = 27.11%
BLUE value IS 200 (78.52% from 255) = 33.06%
R=39.83%
G=27.11%
B=33.06%

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
Decimal24116420000.320.170.05331.9573.3379.41
HexF1A4C802011514c494f
Octal361244310040215514111117
Binary11110001101001001100100001000001000110110100110010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A4C8; }

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

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

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

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

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

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

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

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