#FDFBA1

Color #FDFBA1 Pale Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Prim #FDFBA1

Tints of Pale Prim #FDFBA1

Color information

#FDFBA1 (or 0xFDFBA1) is unknown color: approx Pale Prim. HEX triplet: FD, FB and A1. RGB value is (253,251,161). Sum of RGB (Red+Green+Blue) = 253+251+161=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 161 (63.28% from 255 or 24.21% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBA1 is #02045E. Grayscale: #F1F1F1. Windows color (decimal): -132191 or 10615805. OLE color: 10615805.

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

Color convert

RGB253251161-
CMYK00.010.360.01
HSL58.7º95.83%81.18%-
HSV(B)58.7º36.36%99.22%-
XYZ81.4492.4547.27-
YUV241.3482.66136.32-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.05%
GREEN value IS 251 (98.44% from 255) = 37.74%
BLUE value IS 161 (63.28% from 255) = 24.21%
R=38.05%
G=37.74%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325116100.010.360.0158.795.8381.18
HexFDFBA1012413b6051
Octal3753732410144173140121
Binary11111101111110111010000101100100111101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBA1; }

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

 H1.HeaderClassName
 {
   color: #FDFBA1;
 }
 .AnyTagClassName
 {
   color: #FDFBA1;
 }
</style>
background-color css

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

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

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

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

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

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