#FAA1CF

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

Shades of Carnation Pink #FAA1CF

Tints of Carnation Pink #FAA1CF

Color information

#FAA1CF (or 0xFAA1CF) is unknown color: approx Carnation Pink. HEX triplet: FA, A1 and CF. RGB value is (250,161,207). Sum of RGB (Red+Green+Blue) = 250+161+207=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1CF is #055E30. Grayscale: #C0C0C0. Windows color (decimal): -351793 or 13607418. OLE color: 13607418.

HSL color Cylindrical-coordinate representation of color #FAA1CF: hue angle of 328.99º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA1CF is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB250161207-
CMYK00.360.170.02
HSL328.99º89.9%80.59%-
HSV(B)328.99º35.6%98.04%-
XYZ63.4350.3265.4-
YUV192.86135.99168.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 161 (63.28% from 255) = 26.05%
BLUE value IS 207 (81.25% from 255) = 33.50%
R=40.45%
G=26.05%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016120700.360.170.02328.9989.980.59
HexFAA1CF0241121495a51
Octal372241317044212511132121
Binary1111101010100001110011110100100100011010100100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA1CF; }

 p { color: rgb(250,161,207); }

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

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

 a { background-color: rgb(250,161,207); }

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

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

 span { border-color: rgb(250,161,207); }

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