Html Css Color HEX #FDA16B Hit Pink

📋 copy color: '#FDA16B'

red 253 ◦ green 161 ◦ blue 107

#FDA16B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Pink #FDA16B

Tints of Hit Pink #FDA16B

RGB

 RED value IS 253 (99.22% from 255) = 48.56%

 GREEN value IS 161 (63.28% from 255) = 30.9%

 BLUE value IS 107 (42.19% from 255) = 20.54%

R = 48.56%
G = 30.9%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDA16B (or 0xFDA16B) is known color: Hit Pink. HEX triplet: FD, A1 and 6B. RGB value is (253,161,107). Sum of RGB (Red+Green+Blue) = 253+161+107=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA16B is #025E94. Grayscale: #B6B6B6. Windows color (decimal): -155285 or 7053821. OLE color: 7053821.

HSL color Cylindrical-coordinate representation of color #FDA16B: hue angle of 22.19º 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 #FDA16B is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 161 107 -
CMYK 0 0.36 0.58 0.01
HSL 22.19º 0.97% 0.71% -
HSV(B) 22.19º 0.58% 0.99% -
XYZ 55.91 47.43 20.12 -
YUV 182.35 85.48 178.39 -
System Red Green Blue C M Y K H S L
Decimal 253 161 107 0 0.36 0.58 0.01 22.19 0.97 0.71
Hex FD A1 6B 0 24 3A 1 16 61 47
Octal 375 241 153 0 44 72 1 26 141 107
Binary 11111101 10100001 1101011 0 100100 111010 1 10110 1100001 1000111

Color Harmonies of #FDA16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA16B

Black with #FDA16B

Text Example


Text Example

White with #FDA16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA16B; }

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

 H1.HeaderClassName
 {
   color: #FDA16B;
 }
 .AnyTagClassName
 {
   color: #FDA16B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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