Html Css Color HEX #FDF7A1 Pale Prim

📋 copy color: '#FDF7A1'

red 253 ◦ green 247 ◦ blue 161

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

Shades of Pale Prim #FDF7A1

Tints of Pale Prim #FDF7A1

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.37%

 BLUE value IS 161 (63.28% from 255) = 24.36%

R = 38.28%
G = 37.37%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDF7A1 (or 0xFDF7A1) is known color: Pale Prim. HEX triplet: FD, F7 and A1. RGB value is (253,247,161). Sum of RGB (Red+Green+Blue) = 253+247+161=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 247 (96.88% from 255 or 37.37% from 661); Blue value is 161 (63.28% from 255 or 24.36% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF7A1 is #02085E. Grayscale: #EFEFEF. Windows color (decimal): -133215 or 10614781. OLE color: 10614781.

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

Color convert

RGB 253 247 161 -
CMYK 0 0.02 0.36 0.01
HSL 56.09º 0.96% 0.81% -
HSV(B) 56.09º 0.36% 0.99% -
XYZ 80.2 89.98 46.86 -
YUV 238.99 83.99 137.99 -
System Red Green Blue C M Y K H S L
Decimal 253 247 161 0 0.02 0.36 0.01 56.09 0.96 0.81
Hex FD F7 A1 0 2 24 1 38 60 51
Octal 375 367 241 0 2 44 1 70 140 121
Binary 11111101 11110111 10100001 0 10 100100 1 111000 1100000 1010001

Color Harmonies of #FDF7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF7A1

Black with #FDF7A1

Text Example


Text Example

White with #FDF7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF7A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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