Html Css Color HEX #FDF5A0 Pale Prim

📋 copy color: '#FDF5A0'

red 253 ◦ green 245 ◦ blue 160

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

Shades of Pale Prim #FDF5A0

Tints of Pale Prim #FDF5A0

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.23%

 BLUE value IS 160 (62.89% from 255) = 24.32%

R = 38.45%
G = 37.23%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDF5A0 (or 0xFDF5A0) is known color: Pale Prim. HEX triplet: FD, F5 and A0. RGB value is (253,245,160). Sum of RGB (Red+Green+Blue) = 253+245+160=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 160 (62.89% from 255 or 24.32% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF5A0 is #020A5F. Grayscale: #EEEEEE. Windows color (decimal): -133728 or 10548733. OLE color: 10548733.

HSL color Cylindrical-coordinate representation of color #FDF5A0: hue angle of 54.84º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDF5A0 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 245 160 -
CMYK 0 0.03 0.37 0.01
HSL 54.84º 0.96% 0.81% -
HSV(B) 54.84º 0.37% 0.99% -
XYZ 79.51 88.73 46.19 -
YUV 237.7 84.15 138.91 -
System Red Green Blue C M Y K H S L
Decimal 253 245 160 0 0.03 0.37 0.01 54.84 0.96 0.81
Hex FD F5 A0 0 3 25 1 37 60 51
Octal 375 365 240 0 3 45 1 67 140 121
Binary 11111101 11110101 10100000 0 11 100101 1 110111 1100000 1010001

Color Harmonies of #FDF5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF5A0

Black with #FDF5A0

Text Example


Text Example

White with #FDF5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF5A0; }

 p { color: rgb(253,245,160); }

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

background-color css

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

 a { background-color: rgb(253,245,160); }

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

border-color css

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

 span { border-color: rgb(253,245,160); }

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