#FDA266

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

Shades of Hit Pink #FDA266

Tints of Hit Pink #FDA266

Color information

#FDA266 (or 0xFDA266) is unknown color: approx Hit Pink. HEX triplet: FD, A2 and 66. RGB value is (253,162,102). Sum of RGB (Red+Green+Blue) = 253+162+102=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA266 is #025D99. Grayscale: #B6B6B6. Windows color (decimal): -155034 or 6726397. OLE color: 6726397.

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

Color convert

RGB253162102-
CMYK00.360.600.01
HSL23.84º97.42%69.61%-
HSV(B)23.84º59.68%99.22%-
XYZ55.8347.6818.83-
YUV182.3782.65178.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.94%
GREEN value IS 162 (63.67% from 255) = 31.33%
BLUE value IS 102 (40.23% from 255) = 19.73%
R=48.94%
G=31.33%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316210200.360.600.0123.8497.4269.61
HexFDA2660243C1186146
Octal37524214604474130141106
Binary11111101101000101100110010010011110011100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA266; }

 p { color: rgb(253,162,102); }

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

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

 a { background-color: rgb(253,162,102); }

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

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

 span { border-color: rgb(253,162,102); }

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