#FCA26A

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

Shades of Hit Pink #FCA26A

Tints of Hit Pink #FCA26A

Color information

#FCA26A (or 0xFCA26A) is unknown color: approx Hit Pink. HEX triplet: FC, A2 and 6A. RGB value is (252,162,106). Sum of RGB (Red+Green+Blue) = 252+162+106=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA26A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA26A is #035D95. Grayscale: #B6B6B6. Windows color (decimal): -220566 or 6988540. OLE color: 6988540.

HSL color Cylindrical-coordinate representation of color #FCA26A: hue angle of 23.01º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCA26A is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB252162106-
CMYK00.360.580.01
HSL23.01º96.05%70.2%-
HSV(B)23.01º57.94%98.82%-
XYZ55.6747.5819.88-
YUV182.5384.82177.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.46%
GREEN value IS 162 (63.67% from 255) = 31.15%
BLUE value IS 106 (41.80% from 255) = 20.38%
R=48.46%
G=31.15%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216210600.360.580.0123.0196.0570.2
HexFCA26A0243A1176046
Octal37424215204472127140106
Binary11111100101000101101010010010011101011011111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA26A; }

 p { color: rgb(252,162,106); }

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

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

 a { background-color: rgb(252,162,106); }

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

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

 span { border-color: rgb(252,162,106); }

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