Html Css Color HEX #FDFCA1 Pale Prim

📋 copy color: '#FDFCA1'

red 253 ◦ green 252 ◦ blue 161

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

Shades of Pale Prim #FDFCA1

Tints of Pale Prim #FDFCA1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.84%

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

R = 37.99%
G = 37.84%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDFCA1 (or 0xFDFCA1) is known color: Pale Prim. HEX triplet: FD, FC and A1. RGB value is (253,252,161). Sum of RGB (Red+Green+Blue) = 253+252+161=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 161 (63.28% from 255 or 24.17% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFCA1 is #02035E. Grayscale: #F2F2F2. Windows color (decimal): -131935 or 10616061. OLE color: 10616061.

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

Color convert

RGB 253 252 161 -
CMYK 0 0.00 0.36 0.01
HSL 59.35º 0.96% 0.81% -
HSV(B) 59.35º 0.36% 0.99% -
XYZ 81.75 93.08 47.38 -
YUV 241.93 82.33 135.9 -
System Red Green Blue C M Y K H S L
Decimal 253 252 161 0 0.00 0.36 0.01 59.35 0.96 0.81
Hex FD FC A1 0 0 24 1 3B 60 51
Octal 375 374 241 0 0 44 1 73 140 121
Binary 11111101 11111100 10100001 0 0 100100 1 111011 1100000 1010001

Color Harmonies of #FDFCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCA1

Black with #FDFCA1

Text Example


Text Example

White with #FDFCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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