Html Css Color HEX #FDA96E Hit Pink

📋 copy color: '#FDA96E'

red 253 ◦ green 169 ◦ blue 110

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

Shades of Hit Pink #FDA96E

Tints of Hit Pink #FDA96E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.77%

 BLUE value IS 110 (43.36% from 255) = 20.68%

R = 47.56%
G = 31.77%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDA96E (or 0xFDA96E) is known color: Hit Pink. HEX triplet: FD, A9 and 6E. RGB value is (253,169,110). Sum of RGB (Red+Green+Blue) = 253+169+110=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA96E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA96E is #025691. Grayscale: #BBBBBB. Windows color (decimal): -153234 or 7252477. OLE color: 7252477.

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

Color convert

RGB 253 169 110 -
CMYK 0 0.33 0.57 0.01
HSL 24.76º 0.97% 0.71% -
HSV(B) 24.76º 0.57% 0.99% -
XYZ 57.51 50.38 21.45 -
YUV 187.39 84.33 174.8 -
System Red Green Blue C M Y K H S L
Decimal 253 169 110 0 0.33 0.57 0.01 24.76 0.97 0.71
Hex FD A9 6E 0 21 39 1 19 61 47
Octal 375 251 156 0 41 71 1 31 141 107
Binary 11111101 10101001 1101110 0 100001 111001 1 11001 1100001 1000111

Color Harmonies of #FDA96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA96E

Black with #FDA96E

Text Example


Text Example

White with #FDA96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA96E; }

 p { color: rgb(253,169,110); }

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

background-color css

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

 a { background-color: rgb(253,169,110); }

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

border-color css

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

 span { border-color: rgb(253,169,110); }

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