#FDA46B

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

Shades of Hit Pink #FDA46B

Tints of Hit Pink #FDA46B

Color information

#FDA46B (or 0xFDA46B) is unknown color: approx Hit Pink. HEX triplet: FD, A4 and 6B. RGB value is (253,164,107). Sum of RGB (Red+Green+Blue) = 253+164+107=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA46B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA46B is #025B94. Grayscale: #B8B8B8. Windows color (decimal): -154517 or 7054589. OLE color: 7054589.

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

Color convert

RGB253164107-
CMYK00.350.580.01
HSL23.42º97.33%70.59%-
HSV(B)23.42º57.71%99.22%-
XYZ56.4448.520.3-
YUV184.1184.49177.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.28%
GREEN value IS 164 (64.45% from 255) = 31.30%
BLUE value IS 107 (42.19% from 255) = 20.42%
R=48.28%
G=31.30%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316410700.350.580.0123.4297.3370.59
HexFDA46B0233A1176147
Octal37524415304372127141107
Binary11111101101001001101011010001111101011011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA46B; }

 p { color: rgb(253,164,107); }

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

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

 a { background-color: rgb(253,164,107); }

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

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

 span { border-color: rgb(253,164,107); }

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