#F1AAC8

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

Shades of Carnation Pink #F1AAC8

Tints of Carnation Pink #F1AAC8

Color information

#F1AAC8 (or 0xF1AAC8) is unknown color: approx Carnation Pink. HEX triplet: F1, AA and C8. RGB value is (241,170,200). Sum of RGB (Red+Green+Blue) = 241+170+200=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAC8 is #0E5537. Grayscale: #C2C2C2. Windows color (decimal): -939320 or 13150961. OLE color: 13150961.

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

Color convert

RGB241170200-
CMYK00.290.170.05
HSL334.65º71.72%80.59%-
HSV(B)334.65º29.46%94.51%-
XYZ61.0851.6261.39-
YUV194.65131.02161.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.44%
GREEN value IS 170 (66.80% from 255) = 27.82%
BLUE value IS 200 (78.52% from 255) = 32.73%
R=39.44%
G=27.82%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117020000.290.170.05334.6571.7280.59
HexF1AAC801D11514f4851
Octal361252310035215517110121
Binary1111000110101010110010000111011000110110100111110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AAC8; }

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

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

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

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

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

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

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

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