#FAA5C3

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

Shades of Carnation Pink #FAA5C3

Tints of Carnation Pink #FAA5C3

Color information

#FAA5C3 (or 0xFAA5C3) is unknown color: approx Carnation Pink. HEX triplet: FA, A5 and C3. RGB value is (250,165,195). Sum of RGB (Red+Green+Blue) = 250+165+195=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 165 (64.84% from 255 or 27.05% from 610); Blue value is 195 (76.56% from 255 or 31.97% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5C3 is #055A3C. Grayscale: #C1C1C1. Windows color (decimal): -350781 or 12822010. OLE color: 12822010.

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

Color convert

RGB250165195-
CMYK00.340.220.02
HSL338.82º89.47%81.37%-
HSV(B)338.82º34%98.04%-
XYZ62.7351.1758.2-
YUV193.83128.66168.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 165 (64.84% from 255) = 27.05%
BLUE value IS 195 (76.56% from 255) = 31.97%
R=40.98%
G=27.05%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016519500.340.220.02338.8289.4781.37
HexFAA5C30221621535951
Octal372245303042262523131121
Binary1111101010100101110000110100010101101010101001110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA5C3; }

 p { color: rgb(250,165,195); }

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

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

 a { background-color: rgb(250,165,195); }

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

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

 span { border-color: rgb(250,165,195); }

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