#FAAACA

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

Shades of Carnation Pink #FAAACA

Tints of Carnation Pink #FAAACA

Color information

#FAAACA (or 0xFAAACA) is unknown color: approx Carnation Pink. HEX triplet: FA, AA and CA. RGB value is (250,170,202). Sum of RGB (Red+Green+Blue) = 250+170+202=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAACA is #055535. Grayscale: #C5C5C5. Windows color (decimal): -349494 or 13282042. OLE color: 13282042.

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

Color convert

RGB250170202-
CMYK00.320.190.02
HSL336º88.89%82.35%-
HSV(B)336º32%98.04%-
XYZ64.4653.3462.77-
YUV197.57130.5165.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.19%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=40.19%
G=27.33%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017020200.320.190.0233688.8982.35
HexFAAACA0201321505952
Octal372252312040232520131122
Binary1111101010101010110010100100000100111010101000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAACA; }

 p { color: rgb(250,170,202); }

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

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

 a { background-color: rgb(250,170,202); }

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

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

 span { border-color: rgb(250,170,202); }

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