#FAA26E

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

Shades of Hit Pink #FAA26E

Tints of Hit Pink #FAA26E

Color information

#FAA26E (or 0xFAA26E) is unknown color: approx Hit Pink. HEX triplet: FA, A2 and 6E. RGB value is (250,162,110). Sum of RGB (Red+Green+Blue) = 250+162+110=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA26E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA26E is #055D91. Grayscale: #B6B6B6. Windows color (decimal): -351634 or 7250682. OLE color: 7250682.

HSL color Cylindrical-coordinate representation of color #FAA26E: hue angle of 22.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAA26E is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB250162110-
CMYK00.350.560.02
HSL22.29º93.33%70.59%-
HSV(B)22.29º56%98.04%-
XYZ55.1647.2920.97-
YUV182.3887.15176.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.89%
GREEN value IS 162 (63.67% from 255) = 31.03%
BLUE value IS 110 (43.36% from 255) = 21.07%
R=47.89%
G=31.03%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016211000.350.560.0222.2993.3370.59
HexFAA26E023382165d47
Octal37224215604370226135107
Binary111110101010001011011100100011111000101011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA26E; }

 p { color: rgb(250,162,110); }

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

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

 a { background-color: rgb(250,162,110); }

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

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

 span { border-color: rgb(250,162,110); }

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