#FAA7C1

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

Shades of Carnation Pink #FAA7C1

Tints of Carnation Pink #FAA7C1

Color information

#FAA7C1 (or 0xFAA7C1) is unknown color: approx Carnation Pink. HEX triplet: FA, A7 and C1. RGB value is (250,167,193). Sum of RGB (Red+Green+Blue) = 250+167+193=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA7C1 is #05583E. Grayscale: #C2C2C2. Windows color (decimal): -350271 or 12691450. OLE color: 12691450.

HSL color Cylindrical-coordinate representation of color #FAA7C1: hue angle of 341.2º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA7C1 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB250167193-
CMYK00.330.230.02
HSL341.2º89.25%81.76%-
HSV(B)341.2º33.2%98.04%-
XYZ62.8751.8157.14-
YUV194.78127167.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 167 (65.62% from 255) = 27.38%
BLUE value IS 193 (75.78% from 255) = 31.64%
R=40.98%
G=27.38%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016719300.330.230.02341.289.2581.76
HexFAA7C10211721555952
Octal372247301041272525131122
Binary1111101010100111110000010100001101111010101010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA7C1; }

 p { color: rgb(250,167,193); }

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

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

 a { background-color: rgb(250,167,193); }

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

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

 span { border-color: rgb(250,167,193); }

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