Html Css Color HEX #FDA878 Hit Pink

📋 copy color: '#FDA878'

red 253 ◦ green 168 ◦ blue 120

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

Shades of Hit Pink #FDA878

Tints of Hit Pink #FDA878

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.05%

 BLUE value IS 120 (47.27% from 255) = 22.18%

R = 46.77%
G = 31.05%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDA878 (or 0xFDA878) is known color: Hit Pink. HEX triplet: FD, A8 and 78. RGB value is (253,168,120). Sum of RGB (Red+Green+Blue) = 253+168+120=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA878 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA878 is #025787. Grayscale: #BCBCBC. Windows color (decimal): -153480 or 7907581. OLE color: 7907581.

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

Color convert

RGB 253 168 120 -
CMYK 0 0.34 0.53 0.01
HSL 21.65º 0.97% 0.73% -
HSV(B) 21.65º 0.53% 0.99% -
XYZ 57.9 50.24 24.42 -
YUV 187.94 89.66 174.4 -
System Red Green Blue C M Y K H S L
Decimal 253 168 120 0 0.34 0.53 0.01 21.65 0.97 0.73
Hex FD A8 78 0 22 35 1 16 61 49
Octal 375 250 170 0 42 65 1 26 141 111
Binary 11111101 10101000 1111000 0 100010 110101 1 10110 1100001 1001001

Color Harmonies of #FDA878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA878

Black with #FDA878

Text Example


Text Example

White with #FDA878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA878; }

 p { color: rgb(253,168,120); }

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

background-color css

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

 a { background-color: rgb(253,168,120); }

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

border-color css

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

 span { border-color: rgb(253,168,120); }

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